插件地址 ➡️ 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"]
}
重新执行打包命令即可
本文标题:gulp-babel 取消严格模式("use stri
本文链接:https://www.haomeiwen.com/subject/jqinlctx.html
网友评论