📌  相关文章
📜  n 错误:找不到模块 '@babel core' - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:42.210000             🧑  作者: Mango

代码示例2
For those wanting to use babel-loader 8+: it requires Babel 7.x,, which is to be installed as the '@babel/core' package instead of 'babel-core'. In other words, run:

>npm install --save-dev @babel/core