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

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

 

原文地址:https://www.cnblogs.com/alone2015/p/6734772.html