慕田峪4524236
开发的时候说明你需要注意它提示的这些内容,生产环境下plugins里设置去掉: plugins: [ new webpack.DefinePlugin({ 'process.env':{ 'NODE_ENV': JSON.stringify('production') } }), new webpack.optimize.UglifyJsPlugin({ beautify: false, comments: false, compress: { warnings: false, drop_console: true, collapse_vars: true, reduce_vars: true, } }), ]