PatrickJS/NG6-starter

Possibility to turn off minification

kotmatpockuh opened this issue · 3 comments

Is it possible to turn off all minification and obfuscation of app.js & vendor.js and any style files?

I'm having the same issue. @kotmatpockuh did you find a solution?

fesor commented

Just remove UglifyJsPlugin from webpack.dist.config.js.

fesor commented

Closing this.