vue打包报错Error: Cannot find module ‘babel-plugin-transform-remove-console‘

原因:代码中有console语句
解决:在vue ui中搜索babel-plugin-transform-remove-console安装依赖或者用npm安装

你可能感兴趣的:(vue,vue-cli3)