【已解决】React项目中按需引入ant-design报错TypeError: injectBabelPlugin is not a function

原文链接:https://blog.csdn.net/twodogya/article/details/80186603

react项目中ant-design按需加载,使用react-app-rewired的时候报错
运行npm start或者yarn start报如下错误:
TypeError: injectBabelPlugin is not a function
原因好像说是react-scripts 升级到 2.1.2 以后破坏了 react-app-rewired
解决方法,对react-scripts进行降级处理

npm install react-app-rewired@2.0.2-next.0

成功解决。

骚年,我看你骨骼惊奇,有撸代码的潜质,这里有324.57GB前端学习资料传授于你!什么,你不信???
先随便看几个图:
【已解决】React项目中按需引入ant-design报错TypeError: injectBabelPlugin is not a function
【已解决】React项目中按需引入ant-design报错TypeError: injectBabelPlugin is not a function
【已解决】React项目中按需引入ant-design报错TypeError: injectBabelPlugin is not a function
【已解决】React项目中按需引入ant-design报错TypeError: injectBabelPlugin is not a function
肯定没看够。再来个GIF图热个身???
【已解决】React项目中按需引入ant-design报错TypeError: injectBabelPlugin is not a function
那么问题来了,如果你也想入坑前端或者学习更多技术,广交天下朋友(基友),认识更多有趣的灵魂,和沙雕网友在线斗图,撩更多小姐姐的话,欢迎加入前端交流群鸭~
【已解决】React项目中按需引入ant-design报错TypeError: injectBabelPlugin is not a function
扫二维码加为好友即可拉你入群哦。

上一篇:yum提示Another app is currently holding the yum lock


下一篇:React 官方脚手架 create-react-app快速生成新项目