IntermediateVocabulary#frontend#developer-tools#architecture

Tree Shaking Vocabulary

Build fluency in the vocabulary of statically determining and removing a bundle's unused exports.

0 / 5 completed
1 / 5
At standup, a dev mentions a bundler statically analyzing a module's import statements to determine which exports are actually used, then removing every unused export from the final bundle. What is this optimization called?