NewDark

joined 2 years ago
[–] NewDark@lemmings.world 1 points 1 week ago

If you import 1% of your module code, you only compile the actual used code. Tree shaking is removing dead code paths that aren't used.