gulp插件之-----转化es6代码到es5 取消严格模式 remove "use strict" directive Installation npm install babel-plugin-t

来源:互联网 发布:手机淘宝排名提升 编辑:程序博客网 时间:2024/06/05 08:51

gulp插件之-----转化es6代码到es5 取消严格模式 remove "use strict" directive

Installation

npm install babel-plugin-transform-remove-strict-mode && yarn add babel-plugin-transform-remove-strict-mode

 .babelrc

1
2
3
{
  "plugins": ["transform-remove-strict-mode"]
}

原创粉丝点击