reactjs - 拒绝从 css 应用样式,因为它的 mime 类型('text/html')不受支持

use*_*619 5 reactjs

我的 reactjs 项目出现以下错误。我已经展示了我的文件夹结构。

Refused to apply style from 'http://localhost:8093/css/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Run Code Online (Sandbox Code Playgroud)

在此处输入图片说明

小智 1

您可以将该文件导入“index.js”中,而不是直接将其添加到“index.html”中,它对我有用。这个问题的替代方案