**Knocking unused code out of the bundle for smaller sizes.** Tree Shaking is removing unused code from an application before distribution. It’s done by some bundlers. **** # More ## Source - [[Fireship YouTube Channel]] ## Related