插件地址 ➡️ https://github.com/genify/babel-plugin-transform-remove-strict-mode
1、安装
npm install babel-plugin-transform-remove-strict-mode
2、使用
添加内容到
.babelrc
文件
{
"plugins": ["transform-remove-strict-mode"]
}
重新执行打包命令即可
插件地址 ➡️ https://github.com/genify/babel-plugin-transform-remove-strict-mode
npm install babel-plugin-transform-remove-strict-mode
添加内容到
.babelrc
文件
{
"plugins": ["transform-remove-strict-mode"]
}
重新执行打包命令即可