当前位置: 首页 > Web前端 > vue.js

Nuxt项目清除console

时间:2023-03-31 22:34:06 vue.js

网上项目一般不允许console.log,所以需要对打包的项目进行处理。手动删除会影响后续项目开发的效率,所以选择处理打包后的代码。Nuxtnuxt:2.13.31:installyarnaddbabel-plugin-transform-remove-console-Dcnpmibabel-plugin-transform-remove-console-DThispluginremovesallconsole.*calls.2:在nuxt.config.js文件中配置,head判断环境3:项目重启

猜你喜欢