We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfa52b commit a1fedb9Copy full SHA for a1fedb9
tools/make-closure.js
@@ -9,6 +9,7 @@ module.exports = function makeClosure(sourcePath) {
9
jsCode: [{src: source}],
10
languageIn: 'ES2015',
11
createSourceMap: true,
12
+ rewritePolyfills: false,
13
};
14
15
var output = compiler(compilerFlags);
0 commit comments