摘要: 1.导入插件 npm install babel-plugin-transform-remove-strict-mode 2.项目根目录新建文件 .babelrc 3.文件添加配置 { "plugins": ["transform-remove-strict-mode"] } 如果以上无效 参考:h 阅读全文
posted @ 2021-04-07 16:20 官萧何 阅读(195) 评论(0) 推荐(0)