강의

멘토링

커뮤니티

Inflearn Community Q&A

wonil24807879's profile image
wonil24807879

asked

Learn TypeScript Through Real-World Projects

Uncaught ReferenceError: exports is not defined 에러 해결

Written on

·

1.8K

1

안녕하세요?

Uncaught ReferenceError: exports is not defined 에러로 인해, 프로젝트 화면이 보이지 않습니다.

컴파일된 app.js에서 에러 발생 위치

Object.defineProperty(exports, "__esModule", { value: true });

감사합니다.

 

 

 

es6typescript

Answer 1

0

captain님의 프로필 이미지
captain
Instructor

안녕하세요, 차트 라이브러리 들고오실 때 import 구문을 사용해서 그런 것 같아요. 웹팩과 같은 도구를 이용해서 별도로 빌드를 해주셔야 합니다. class-note 브랜치 참고해 보세요 :)

https://github.com/joshua1988/learn-typescript/blob/class-note/project/webpack.config.js

wonil24807879's profile image
wonil24807879

asked

Ask a question