DragonsWho / CYOACatalog

Trying to create a website for a community
4 stars 1 forks source link

[vite:css] small bug during build #16

Open DragonsWho opened 2 months ago

DragonsWho commented 2 months ago

image I have no idea what this warning is, I don't think it's anything important because the link is to google.fonts, but still it should be removed because it's annoying to see errors during build -_-

pixelRealmCo commented 1 month ago

The issue are from react-comment-section. You can find the error in node_modules/react-comments-section/index.css. To fix the issue you can:

  1. modify the file with the problem directly in modules folder (not reccomended).
  2. replace the react-comments-section with another dependecy or make your own.
  3. import "@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap')" directly into the index.html so it load first
  4. contact the maker of the dependency and make them fix it