gulp-babel 取消严格模式("use strict")

插件地址 ➡️ 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"]
}

重新执行打包命令即可

你可能感兴趣的:(gulp-babel 取消严格模式("use strict"))