모듈로 코드 구조화하기 | Bundling Fundamentals #283
Replies: 2 comments
-
npm v11 이상에서는 저는 "package.json"에서 "type"자체를 지워서 해결했습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
-
JS 파일을 모듈로 변환하기 이후
처음 해보는 거라 잘은 모르지만 CommonJS(CJS)와 ECMAScript Modules(ESM) 차이에 의한 에러라고 하네요. 아래처럼 코드 수정해서 해결했습니다.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
모듈로 코드 구조화하기 | Bundling Fundamentals
프론트엔드 번들링의 모든 것
https://frontend-fundamentals.com/bundling/webpack-tutorial/module-system.html
Beta Was this translation helpful? Give feedback.
All reactions