antd中按需加载使用react-app-rewired报错
Posted remly
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了antd中按需加载使用react-app-rewired报错相关的知识,希望对你有一定的参考价值。
【描述】
按照antd官网步骤 https://ant.design/docs/react/use-with-create-react-app-cn
最后yarn start会报错
【解决方法】
原因是react-scripts 升级到 2.1.2 以后破坏了 react-app-rewired
解决方法,对react-scripts进行降级处理
yarn add react-app-rewired@2.0.2-next.0
参考:
https://blog.csdn.net/weixin_39836173/article/details/86110011
https://www.cnblogs.com/mmykdbc/p/10255814.html
以上是关于antd中按需加载使用react-app-rewired报错的主要内容,如果未能解决你的问题,请参考以下文章