caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
報錯了 怎么解決呢 簡單 在babel里面添加
"ignore": [
"src/lib/mui/js/mui.min.js",
]
記得填寫你自己正確的js路徑 意思是當(dāng)編譯的時候 不理會這個min.js 便可成功運行