Uncaught TypeError: 'caller', 'callee', 'arguments' properties may not be accessed on strict mode
控制台报错:UncaughtTypeError:'caller','callee',and'arguments'propertiesmaynotbeaccessedonstrictmode这是js文件中用到了‘caller’,‘callee’,and‘arguments’东西,但是,webpack打包好的bundle.js中,默认是启用严格模式的,所以,这两者冲突了,解决方案就是去掉严格模式解决方