荀彧
荀彧
  • 发布:2017-03-08 19:43
  • 更新:2017-07-04 17:58
  • 阅读:1810

webpack导入MUI报错

分类:MUI

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 1 条评论 负责人:无 分享
已邀请:
一二三

一二三

es6默认使用严格模式,在配置babel的时候可以使用“babel-plugin-transform-strict-mode”插件移除严格模式

"plugins": ["transform-remove-strict-mode"]

(可能要重启项目使配置生效)

该问题目前已经被锁定, 无法添加新回复