-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error since release of babel-preset-babili 0.1.3 #583
Comments
Guys it's confirmed.. "babel-preset-babili": "0.1.2",
"babel-plugin-minify-constant-folding": "0.1.1",
"babel-plugin-minify-builtins": "0.1.1",
"babel-plugin-minify-dead-code-elimination": "0.1.6",
"babel-plugin-minify-flip-comparisons": "0.1.1",
"babel-plugin-minify-guarded-expressions": "0.1.1",
"babel-plugin-minify-infinity": "0.1.1",
"babel-plugin-minify-mangle-names": "0.1.2",
"babel-plugin-minify-numeric-literals": "0.1.1",
"babel-plugin-minify-replace": "0.1.1",
"babel-plugin-minify-simplify": "0.1.1",
"babel-plugin-minify-type-constructors":"0.1.1",
"babel-plugin-transform-inline-consecutive-adds":"0.1.1",
"babel-plugin-transform-member-expression-literals":"6.8.3",
"babel-plugin-transform-merge-sibling-variables":"6.8.4",
"babel-plugin-transform-minify-booleans":"6.8.2",
"babel-plugin-transform-property-literals":"6.8.3",
"babel-plugin-transform-regexp-constructors":"0.1.1",
"babel-plugin-transform-remove-console":"6.8.3",
"babel-plugin-transform-remove-debugger":"6.8.3",
"babel-plugin-transform-remove-undefined":"0.1.1",
"babel-plugin-transform-simplify-comparison-operators":"6.8.3",
"babel-plugin-transform-undefined-to-void":"6.8.2", changing from |
I'm not sure what the bug is from the details your provided. Can you give me more details - like stack trace or minimal reproduction of the issue ? |
@boopathi I can post the full stack trace of this particular issue I post but the code are the one I post above. As this is related with babel-plugin-minify-constant-folding and the code I post have an |
I'm getting the same error, UPDATE: Got node on my Mac and Docker matched at 8.1.2, and now both environments have the same error described. |
As mentioned, |
Hi guys
I'm using
babili-webpack-plugin
but since you release the version babel-preset-babili@0.1.3 2 days ago I have my production build with errors after minifying my javascript code. I haven't been able to identify the dependency with bug (so I dont know if it is related with this #577) however reverting babili to version0.0.11
(which also reverts all the other babili packages for sure likebabel-plugin-minify-constant-folding
) everything starts working again.This are the errors I have (I'm trying to link the source maps to identify the code before it was minified):
Uncaught (in promise) TypeError: Cannot read property 'location' of undefined
This code is from
react-router
.The text was updated successfully, but these errors were encountered: