How to remove dead code, but don't minimize code, using Webpack and UglifyJS?
You probably want to use the beautifier options. Minimum idea:
new webpack.optimize.UglifyJsPlugin({
beautify: true
})
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With