1. 压缩代码(production模式)
optimization: { minimizer: [new UglifyJsPlugin({ cache: true, parallel: true, uglifyOptions: { output: { comments: false, }, }, })], },
2. publicPath
3.
1. 压缩代码(production模式)
optimization: { minimizer: [new UglifyJsPlugin({ cache: true, parallel: true, uglifyOptions: { output: { comments: false, }, }, })], },
2. publicPath
3.