[23.07.04] Uncaught SyntaxError: Cannot use import statement outside a module

희승·2023년 7월 4일

TIL

목록 보기
30/33

에러 내용

code
error

해결 방법

<script type="" module src="./dist/app.js"></script>

html header를 살펴봤는데 이렇게 되어 있었다

<script type="module" src="./dist/app.js"></script>

올바르게 고치니까 에러가 사라진다

0개의 댓글