ChALkeR opened this issue 9 years ago · 0 comments
Atm, integration with UglifyJS is done via one-time eval() on startup.
eval()
That can be avoided by performing concatenation on the build stage (i.e. gulp).
gulp
That's also what broke code coverage reporting.