我是React的新手,正在学习如何在React中使用CSS模块,但遇到了这个错误: Failed to compile.
./Header.module.css' in 'C:\Users\User\Desktop\qwerty\qwerty-project\src\components\Header' 下面是我使用的代码import React from "
根据react-datepicker文档,我尝试导入css文件,但react作为You may need an appropriate loader to handle this file type抛出了一个错误我已经在webpack-config文件中包含了css-loader。有什么东西丢了吗?以下是jsx文件的import部分
import React, { Component } from 'react';