美文网首页GulpGulp前端构建gulp
gulp-babel 取消严格模式("use stri

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

作者: 試毅_思伟 | 来源:发表于2019-07-23 09:38 被阅读11次

插件地址 ➡️ 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 stri

    本文链接:https://www.haomeiwen.com/subject/jqinlctx.html