vue打包 上线移除 console 两种插件可选择 1、babel-plugin-transform-remove-console 比较流行的解决办法是使用 babel 的一个插件,因为webpack 打包 时会使用 babel 进行代码降级,所以babel 插件可以在 打包 过程中,将 console 移除 安装 npm install babel-plugin-transfor ...