project_cryptoverse
project_cryptoverse copied to clipboard
Error with using ant design
After I run npm start a blank page is displayed on my localhost port and the following error is displayed: "Failed to parse source map: 'webpack://antd/./components/config-provider/style/index.less' URL is not supported". Any suggestions?
@HenryHayes-jpg In index.js change import "antd/dist/antd.css";
to import "antd/dist/antd.min.css";
solved my problem