2018-07-26
2018-07-26 本文已影响0人
白夜的记事本
webpack打包去掉开发日志console.log
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false,
drop_debugger: true,
drop_console: true
},
sourceMap: true
}),
webpack打包去掉开发日志console.log
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false,
drop_debugger: true,
drop_console: true
},
sourceMap: true
}),