본문 바로가기

JavaScript/Next.js

Next.js에서 node_modules를 정상적으로 못 불러올 경우

nextjs.org/docs/advanced-features/dynamic-import

 

Advanced Features: Dynamic Import | Next.js

Dynamically import JavaScript modules and React Components and split your code into manageable chunks.

nextjs.org

 

dynamic import로 불러오면 정상적으로 불러와진다.