mui.js?3ddd:3411 Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
荀彧
- 发布:2017-03-08 19:43
- 更新:2017-07-04 17:58
- 阅读:1886
webpack导入MUI报错
分类:MUI
1 个回复
一二三
es6默认使用严格模式,在配置babel的时候可以使用“babel-plugin-transform-strict-mode”插件移除严格模式
(可能要重启项目使配置生效)