Standard UglifyJsPlugin defaults sourceMap to true, and webpack-uglify-parallel does so everywhere else, but in this one spot a this.options.sourceMap value of undefined gets the same treatment as a false.
Your plugin has saved my team lots of waiting time since we adopted it, so many thanks!
Standard UglifyJsPlugin defaults sourceMap to
true
, and webpack-uglify-parallel does so everywhere else, but in this one spot athis.options.sourceMap
value ofundefined
gets the same treatment as afalse
.Your plugin has saved my team lots of waiting time since we adopted it, so many thanks!