Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 287 Bytes

treeshaking-cases

all kinds of treeshaking edge cases

Summary

webpack has three common kinds of code optimization(or may called generalized tree shaking), which includes DCE、side-effects、used-exports, which we will explain in detail.

DCE

used-exports

side-effects