如何在webpack 中把严格模式 禁用
用 babel-plugin-transform-remove-strict-mode 插件 移除
1.先 安装 npm babel-plugin-transform-remove-strict-mode -D
2 打开 .babelrc 复制 粘贴进去 {“plugins”:[“transform-remove-strict-mode”]} 直接粘贴 “transform-remove-strict-mode”
3.(报错 Uncaught TypeError: ‘caller’, ‘callee’, and ‘arguments’ properties may not be accessed on strict mode)