antd引入css错误 Failed to parse source map: ‘webpack://antd/./components/config-provider/style/index.le

antd 引入css 报错

报错内容如下

再index.js 文件里面引用antd 文件中这样引用css

import 'antd/dist/antd.css' or
import 'antd/dist/antd.lees'

开始以为是对应的 loader 没有安装好,导致无法解析相关的文件,尝试了都不行

网上看还以为是webpack 配置没有配好,但是看了webpack 的配置,又感觉无从下手。

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-8HW0PLFw-1647589001598)(imgs/image-20220318152624897.png)]

解决方法

在 app.css 文件的最顶端引入css
在 create-react-app 中使用 - Ant Design

@import '~antd/dist/antd.css';

t/antd.css’;
antd引入css错误 Failed to parse source map: ‘webpack://antd/./components/config-provider/style/index.le_第1张图片

你可能感兴趣的:(报错,webpack,css,react.js)