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