11

I get the below error for my reactjs project. I have shown my folder structure.

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.

enter image description here

Ken White
  • 123,280
  • 14
  • 225
  • 444
user1050619
  • 19,822
  • 85
  • 237
  • 413

1 Answers1

1

you can import that file in "index.js" instead of directly adding it to "index.html", it will work for me.Alternative of this problem

Rutwik
  • 11
  • 1