正文gulp插件之-----转化es6代码到es5 取消严格模式 remove "use strict" directiveIP云V管理员/2022-11-30/14 阅读 11/30提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 Installation npm install babel-plugin-transform-remove-strict-mode && yarn add babel-plugin-transform-remove-strict-mode .babelrc { "plugins": ["transform-remove-strict-mode"] }