定位文件:
webpack打包报错:fileSystem.statSync is not a function_Web开发

\node_modules\babel-loader\lib\index.js。


webpack打包报错:fileSystem.statSync is not a function_Web开发_02

改成
webpack打包报错:fileSystem.statSync is not a function_Web开发_03
大致是因为babel-loader和webpack的版本不兼容导致,可以对babel-loader做降级。

参考

  • https:///babel/babel-loader/issues/505