第一步、npm install babel-plugin-transform-remove-console --save-dev

第二步、配置babel.config.js文件
(第一种则是无论是开发阶段还是发布阶段都会把console移除)
vue中 配置bebel-plugin-transform-remove-console插件 打包时去除所有的console 移除所有的console

第二种:我们只希望在项目发布的阶段移除掉console,测试和开发阶段不需要移除console
vue中 配置bebel-plugin-transform-remove-console插件 打包时去除所有的console 移除所有的console

相关文章:

  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案