react之运行webpack报错:Error: Plugin/Preset files are not allowed to export objects, only functions

Error: Plugin/Preset files are not allowed to export objects, only functions     这里错误是因为 babel 的版本冲突。   因为 babel 依赖包不兼容。     可以查看你的 package.json 的依赖列表    由于之前安装@babel/core和babel-loader时没有指定版本号,导致和babe
相关文章
相关标签/搜索