본문 바로가기

카테고리 없음

자바스크립트, Uncaught SyntaxError: Unexpected token 'export'

export로 생긴 문제
type = "module"붙이자
 
<script src="./three.js-dev/examples/jsm/libs/stats.module.js "></script>       

-> 

<script type="module", src="./three.js-dev/examples/jsm/libs/stats.module.js "></script>