본문 바로가기
TIL/Javascript

Uncaught SyntaxError: Cannot use import statement outside a module

by 홍차23 2021. 2. 2.

index.html>

type="module" 로 명시해줘야 함.

 

<script type="module" src="src/index.js"></script>

 

댓글