Created
December 6, 2019 16:48
-
-
Save vikeri/180ae3d231f2b6e7c8c1154335cf61cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- worker.js 2019-12-05 18:53:48.000000000 -0800 | |
+++ worker.js.orig 2019-12-05 18:53:30.000000000 -0800 | |
@@ -268,10 +268,6 @@ | |
plugins.push([inlineRequiresPlugin, opts]); | |
} | |
- if (!options.dev) { | |
- plugins.push([constantFoldingPlugin, opts]); | |
- } | |
- | |
plugins.push([inlinePlugin, opts]); | |
var _transformFromAstSync = transformFromAstSync(ast, "", { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing!