uniapp开发H5页面时,yarn build报错:Error: Cannot find module 'babel-plugin-transform-remove-console'

uniapp开发H5页面完成后,执行yarn build进行打包时报错:Error: Cannot find module 'babel-plugin-transform-remove-console'

 解决方法:

既然缺少babel-plugin-transform-remove-console,那么安装就行了,

执行命令:

#npm
npm install --save-dev babel-plugin-transform-remove-console

#yarn 
yarn add --dev babel-plugin-transform-remove-console

 然后再执行打包命令:yarn build 或者npm run build即可

 

posted @ 2025-07-22 10:48  coderjim  阅读(25)  评论(0)    收藏  举报

更多知识请点击——

www.7017online.xyz