require vs import

Youngin Lee·2021년 3월 29일
0

Trivia

목록 보기
2/2

The major difference between require and import , is that require will automatically scan node_modules to find modules, but import , which comes from ES6, won't. Most people use babel to compile import and export , which makes import act the same as require .

출처

profile
🤔🤔

0개의 댓글