原文:配置web pack loader 报错:Module build failed: Error: The node API for `babel` has been moved to `babel-core`.

报错如下 Module build failed: Error: The node API for babel has been moved to babel core . 在我配置loader 的时候出现如上问题 配置文件部分如下 test: .js , loader: babel , 解决方法: 改为 babel loader 并安装babel loader test: .js , loade ...

2017-12-12 20:34 0 1421 推荐指数:

查看详情

babel-loaderbabel-core的版本对应关系

babel-loader 8.x对应babel-core 7.xbabel-loader 7.x对应babel-core 6.x如何解决1、 卸载旧的babel-corenpm un babel-core2、 安装新的babel-corenpm i -D @babel/core3、 卸载旧 ...

Sat Aug 31 10:41:00 CST 2019 0 1620
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM