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
}),
本文标题:2018-07-26
本文链接:https://www.haomeiwen.com/subject/ndpvmftx.html
网友评论