What is that?
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.
Dead code elimination but with a different name for some reason
Because we’re monkeys