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
Tweak the minifier so that it works correctly with ES6 classes, fixes#794 (#796)
There were two issues with the minifier:
– it was removing class names and
– was merging variable declarations so that sometimes the variables might be left undefined (merging might clash with other code transformations)
0 commit comments