The injectBabelPlugin helper has been deprecated as of v2.0. 的解决

叁歲伎倆 2023-03-14 13:11 84阅读 0赞

一、问题的出现:

  1. 在进行 react 项目开发的时候,出现了这个错误,The "injectBabelPlugin" helper has been deprecated as of v2.0. You can use customize-cra plugins in replacement - https://github.com/arackaf/customize-cra#available-plugins

二、问题的分析及解决:

  1. 问题的分析react-scripts升级到2.1.2 以后破坏了 react-app-rewired。然后 react-app-rewired升级到 2.x以后直接干掉了所有 helpers
  2. 问题的解决: 把react-app-rewired 进行降级后可以了, 可以通过 npm install react-app-rewired@2.0.2-next.0 命令进行降级。 在安装低版本的react-app-rewired以后,重新npm install,最后再npm start启动项目就可以解决问题了。

发表评论

表情:
评论列表 (有 0 条评论,84人围观)

还没有评论,来说两句吧...

相关阅读