Vanilla 자바스크립트로 SPA 구현중 만난 에러
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/css". Strict MIME type checking is enforced for module scripts per HTML spec.
웹 개발과 관련된 에러로, JavaScript 모듈 스크립트를 로드하려고 할 때 발생할 수 있다. 이 메시지는 "예상한 것은 JavaScript 모듈 스크립트였지만 서버가 'text/css' MIME 유형으로 응답해서 생긴 에러라는 뜻이다.
아래처럼 css파일 import 해오는 부분 주석처리했다
이후, html 파일에서 css 파일 포함시키면 되니깐