SyntaxFix
Write A Post
Hire A Developer
Questions
You can create two configs for webpack, one that minifies the code and one that doesn't (just remove the optimize.UglifyJSPlugin line) and then run both configurations at the same time $ webpack && webpack --config webpack.config.min.js
$ webpack && webpack --config webpack.config.min.js