原文:配置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