Skip to content

Commit a1fedb9

Browse files
imcottonbenlesh
authored andcommitted
fix(bundle): closure to not rewrite polyfills for minification (#4487)
1 parent dcfa52b commit a1fedb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/make-closure.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = function makeClosure(sourcePath) {
99
jsCode: [{src: source}],
1010
languageIn: 'ES2015',
1111
createSourceMap: true,
12+
rewritePolyfills: false,
1213
};
1314

1415
var output = compiler(compilerFlags);

0 commit comments

Comments
 (0)