minus-squareNewDark@lemmings.worldtoProgrammer Humor@programming.dev•You typical Node projectlinkfedilinkarrow-up1·10 days agoIf 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. linkfedilink
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.