tradingview / webpack-uglify-parallel

Identical to standard uglify webpack plugin, with an option to build multiple files in parallel
MIT License
144 stars 5 forks source link

Default true options.sourceMap #1

Closed trevdor closed 8 years ago

trevdor commented 8 years ago

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!

w0rse commented 8 years ago

Thanks! Sorry for the delay