执行 lint 的 eslint 时,报错如下
✖ Parsing error: Plugin/Preset files are not allowed to export objects, only functions. In node_modules/babel-preset-es2015/lib/index.js
参考:https://blog.csdn.net/weixin_39475476/article/details/88044803
babel 的版本冲突 core的版本是6.x 要求loader的版本为7.x。目前core的最新版本是6.x,而最新的loader已经更新到了8.x,所以在安装loader的时候要指定一下版本号
这里要看具体 babel 冲突的根源是什么?
配置里的babel-loader 7.x版本的话你对应的babel 就为 6.x
babel-loader@8.0.x 的版本改为了7