【发布时间】:2018-04-19 11:23:37
【问题描述】:
在 firefox 上运行 MERN 应用时,在浏览器控制台中出现此错误并且 css 未加载:The stylesheet http://localhost:3000/src/css/component.css was not loaded because its MIME type, “text/html”, is not “text/css”
我正在向index.html 添加 CSS,如下所示:
<link rel="stylesheet" type="text/css" href="../src/css/component.css" />
我哪里错了?
除了 React 组件之外,还有哪些其他方法可以为部分添加外部 css?
代码是Here
【问题讨论】:
-
能否分享一下文件夹结构和component.css文件在哪里?
-
代码在这里:
https://gitlab.com/menkudle/MERN-CommentBox
标签: javascript css node.js reactjs mime-types