VUE項目webpack打包時候去掉console.log配置

new UglifyJsPlugin({ uglifyOptions: { compress: { warnings: false, pure_funcs: ['console.log'] } }, sourceMap: config.build.productionSourceMap, parallel: true }),
相關文章
相關標籤/搜索