PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

Possibility to turn off minification #222

Closed kotmatpockuh closed 7 years ago

kotmatpockuh commented 7 years ago

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

xandyalexandrec commented 7 years ago

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

fesor commented 7 years ago

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

fesor commented 7 years ago

Closing this.