vue-cli4配置生产环境删除console.log
使用 babel-plugin-transform-remove-console 插件去配置删除console.log
安装使用
1 | npm install babel-plugin-transform-remove-console --save-dev |
然后找到src下面的babel.config.js文件修改
1 | const prodPlugins = [] |
参考
https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-console