# 웹 앱의 번들 크기를 줄이기 위해 할 수 있는 모든 것 [번역]

> Clean Markdown view of GeekNews topic #8345. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8345](https://news.hada.io/topic?id=8345)
- GeekNews Markdown: [https://news.hada.io/topic/8345.md](https://news.hada.io/topic/8345.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-01-28T10:18:01+09:00
- Updated: 2023-01-28T10:18:01+09:00
- Original source: [velog.io](https://velog.io/@lky5697/reduce-webapp-bundle-size)
- Points: 17
- Comments: 0

## Topic Body

- 웹 번들러는 번들을 어떻게 최적화할까요  
- 번들 크기 측정  
- 번들 크기 문제 해결  
  - ESModule이 아닌 종속성  
  - TSConfig에서 CommonJS 모듈 타입  
  - 코드에 사이드 이펙트 없음을 표시  
  - imports, exports 문의 Type 한정자  
  - Barrels  
  - 지연 로딩  
- 결론

## Comments



_No public comments on this page._
