Hacker News new | ask | show | jobs
by mattlondon 665 days ago
Do you mean tree-shaking? I think basically all JavaScript "compilers" do this these days so that the code you serve is only the code you actually use.