Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

번들링 최적화 #5

Open
yoon-junseo opened this issue Mar 5, 2023 · 0 comments
Open

번들링 최적화 #5

yoon-junseo opened this issue Mar 5, 2023 · 0 comments

Comments

@yoon-junseo
Copy link
Owner

yoon-junseo commented Mar 5, 2023

Tree Shaking

  • 최종 번들 결과물에서 불필요한 코드가 없어지는 과정이다.
  • ES6의 import/export 문에 의존하여 JavaScript 파일간의 참조 여부를 판단한다. -> 모듈 구조를 정적으로 분석할 수 있는ESM형식이 Tree Shaking을 가능하게 한다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant