Failed to parse source map: 'webpack://antd/./components/config-provider/style/index.less' URL is not supported
antd在引入css的时候报错,需要把import 'antd/dist/antd.css'改成import 'antd/dist/antd.min.css'
展开
评论