webpack报错解决

1.

Error: Cannot find module ‘@babel/core‘

原因:版本搭配问题

解决退回版本

npm install babel-loader@7.1.5