We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e2e71 commit 068003fCopy full SHA for 068003f
2 files changed
lib/core/optimize.js
@@ -86,7 +86,6 @@ module.exports = class WebpackOptimize {
86
}
87
88
}, args);
89
- this.optimization.minimize = false;
90
this.optimization.minimizer = [ new UglifyJsPlugin(options) ];
91
92
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "easywebpack",
3
- "version": "4.11.1",
+ "version": "4.11.2",
4
"description": "基于 Webpack 的前端构建工程化解决方案",
5
"keywords": [
6
"webpack",
0 commit comments