我是靠谱客的博主 等待手机,这篇文章主要介绍gulp插件之-----转化es6代码到es5 取消严格模式 remove "use strict" directive Installation npm install babel-plugin-t gulp插件之-----转化es6代码到es5 取消严格模式 remove "use strict" directive,现在分享给大家,希望可以做个参考。
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"
]
}
|
liulei.186886.top
最后
以上就是等待手机最近收集整理的关于gulp插件之-----转化es6代码到es5 取消严格模式 remove "use strict" directive Installation npm install babel-plugin-t gulp插件之-----转化es6代码到es5 取消严格模式 remove "use strict" directive的全部内容,更多相关gulp插件之-----转化es6代码到es5内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复