Skip to content

Commit

Permalink
Update node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed May 28, 2020
1 parent 15674ee commit 8497ce3
Show file tree
Hide file tree
Showing 6 changed files with 2,341 additions and 2,237 deletions.
4 changes: 2 additions & 2 deletions build/build-modules-js/javascript/compile-es6.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const settings = [
},
modules: false,
}],
'minify',
['minify', { builtIns: false }],
],
plugins: [
['@babel/plugin-transform-classes'],
Expand Down Expand Up @@ -60,7 +60,7 @@ const settings = [
},
modules: false,
}],
'minify',
['minify', { builtIns: false }],
],
plugins: [],
comments: false,
Expand Down
4 changes: 2 additions & 2 deletions build/build-modules-js/javascript/compile-w-c.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const createJsFiles = (inputFile, es6FileContents) => {
browsers: ['last 1 Chrome version'],
},
}],
['minify'],
['minify', { builtIns: false }],
],
comments: false,
},
Expand All @@ -51,7 +51,7 @@ const createJsFiles = (inputFile, es6FileContents) => {
browsers: ['ie 11'],
},
}],
['minify'],
['minify', { builtIns: false }],
],
plugins: [
['@babel/plugin-transform-classes'],
Expand Down

0 comments on commit 8497ce3

Please sign in to comment.