Skip to content

Commit

Permalink
fix(gulp): Use UMD modules style
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiki committed Feb 10, 2018
1 parent af0fa58 commit ecd7b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Expand Up @@ -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"]
}
Expand Down

0 comments on commit ecd7b83

Please sign in to comment.