摘要: npm i babel-plugin-transform-remove-console -S const proPlugins = [];// 开发环境 不做操作 // 生产环境,去掉console if (process.env.NODE_ENV 'production') { proPlugin 阅读全文
posted @ 2021-02-20 10:58 it大虫 阅读(2405) 评论(0) 推荐(0)