Files
karma/webpack.config.js
Łukasz Mierzwa d5a5425dc5 Enable source map generation in UglifyJsPlugin
Looks like it was disabled at some point and depending on the version of webpack it's enabled by default or not:
https://github.com/webpack/webpack/issues/2704#issuecomment-228860162

So it was working with 3.3.0 but now fails with 3.4.1, this PR fixes it
2017-08-08 14:05:32 -07:00

4.1 KiB