Skip to content

Commit

Permalink
fix(bundle): closure to not rewrite polyfills for minification (#4487)
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton authored and benlesh committed Jan 29, 2019
1 parent dcfa52b commit a1fedb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/make-closure.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = function makeClosure(sourcePath) {
jsCode: [{src: source}],
languageIn: 'ES2015',
createSourceMap: true,
rewritePolyfills: false,
};

var output = compiler(compilerFlags);
Expand Down

0 comments on commit a1fedb9

Please sign in to comment.