east119

Results 1 comments of east119

在这里看到的 http://www.css88.com/doc/webpack2/guides/production-build/ UglifyJsPlugin插件最新的配置为 pluginsConfig.push(new webpack.optimize.UglifyJsPlugin({ compress: { properties: false, screw_ie8: true }, output: { beautify: true, quote_keys: true }, mangle: { screw_ie8: false, keep_fnames: true }, comments: false }));