webpack.optimize.UglifyJsPlugin has been removed (version 4.xxx) when using webpack to compress js

Version 4.0 can no longer define this compressed js code in plugins, it needs to be defined in package.json.

The following --config webpack.pro.config.js is my additionally defined js file for the production environment.

Related Posts