Contact
Web

Tree Shaking

A dead-code elimination technique that removes unused exports from JavaScript bundles during the build process. Relies on ES module static structure (import/export) to determine what code is actually referenced.

Related Resources