Y
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
dml2135
635 days ago
Ah got it — thank you!
link