Hacker News new | ask | show | jobs
by cal85 635 days ago
Similar but different. Tree-shaking generally means excluding unused stuff when bundling for production. This actually deletes unused stuff from your source files, i.e. more for code tidiness.
1 comments

Ah got it — thank you!