Uncaught TypeError: 'caller', 'callee', 'arguments' properties may not be accessed on strict mode

控制台报错: Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode 这是js 文件中用到了 ‘caller’, ‘callee’, and ‘arguments’ 东西,但是, webpack 打包好的 bundle.js 中,默认是启用严格模式的,
相关文章
相关标签/搜索