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
I just upgraded from 1.0.8 to 2.0.2, which is fantastic! Unfortunately, the included Uglify 1.3.0 (or thereabouts) has a bug that's made the transition a pain...
It's a regression in 1.3.0 that causes issues with named function expressions: mishoo/UglifyJS#404
Would it be possible to pull in the latest from Uglify?
Here's an example of the faulty optimization (where e should remain apply):