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"]
}

 

posted @ 2017-04-19 18:01  顺其自然²º¹?  阅读(2879)  评论(1编辑  收藏  举报