Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
Merge tag 'UMDmodules' into develop
Browse files Browse the repository at this point in the history
UMD modules style
  • Loading branch information
Wikiki committed Feb 10, 2018
2 parents e6cbb6b + 4daef5d commit 7e23bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
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 7e23bdb

Please sign in to comment.