You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue with mangler. Try with presets: [ [ "babili", { deadcode: false } ], "es2015"] and the variable cnt is not mangled, but its references are mangled. Might be the binding/scope issue with babel.
Source code
0.0.10 output
0.0.9 output
Issue
On line 2,
var a;
is removed with 0.0.10Babel: latest
I want to help with this bug if anyone can point me in the right direction. (I have never done babel stuff before)
The text was updated successfully, but these errors were encountered: