[에러일지] Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of...
순수 자바스크립트로 SPA를 구현하던 중에 계속 등장했던 오류다. 🤢 Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. 모듈을 import할 때 확장자명, 경로 지정을 제대로 입력하지 않아서 발생하는 에러다.