问题:Failed to parse source map: ‘webpack://antd/./components/config-provider/style/index.less’ URL is not supported,也就是react的antd解析源映射失败
查看react-script版本:
当react-script版本在5.0.0以上使,导入antd方式替换成如下:
import 'antd/dist/antd.min.css'
备注:react,react-dom,react-scripts是react项目的主要依赖