bable打包的use strict取消(vue-cli3)
bable打包的use strict取消vue-cli3
1.插件transform-remove-strict-mode
npm i babel-plugin-transform-remove-strict-mode -S
或者yarn add babel-plugin-transform-remove-strict-mode -S
2.根目录新建loader文件夹
loader下新建remove-strict.js
function removeStrict(code) {
return cod
原创
2021-05-26 11:11:54 ·
1739 阅读 ·
0 评论