我有我想在不使用webpack的React应用中使用的普通CSS文件。当我尝试导入css文件时,出现以下错误:
Module parse failed: Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type.
> @import url("https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i");
根据我在网上看到的一些帖子,您似乎必须打包并自定义它才能加载CSS样式表。但是有没有办法在没有webpack的情况下使用我现有的样式表?
答案 0 :(得分:3)
您可以在<head>
的{{1}}之间添加以下行...
index.html