From f9d159720fce20dfdc4b0020c6118caff80a2fb1 Mon Sep 17 00:00:00 2001 From: Wikiki Date: Sat, 10 Feb 2018 12:20:36 +0100 Subject: [PATCH] fix(gulp): Use UMD modules style --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index cd78147..b55404e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -89,6 +89,7 @@ gulp.task('build:scripts', ['build:scripts:copy'], function() { .pipe(babel({ "presets": [ ["@babel/preset-env", { + "modules": "umd", "targets": { "browsers": ["last 2 versions"] }