-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Hoisted or aliased variable issue with webpack #529
Comments
But, this has changed recently in #472 - where it doesn't add to global, but to some parent scope which is not global. Not sure that would resolve this issue. Are you able to reproduce it in the REPL ? |
We didn't release the fix yet and REPL has 0.10.0 which doesn't have this feature @JSteunou Can you try this with latest babili master if possible? |
I tried to test with latest babili master but
for now setting builtIns to false set the trick |
Alright, we will probably release a minor version with some fixes soon, Hopefully that will help. |
My build with webpack and babili produced that kind of code
with this error
TypeError: _Mathround is not a function
Chrome devtool sees
_Mathround
as a Global variable when I try to debug, but it isundefined
The text was updated successfully, but these errors were encountered: