|
|
|
|
|
by pshu
713 days ago
|
|
https://makojs.dev/blog/mako-tree-shaking explains how mako do the tree shaking stuff, but in Chinese. In my two cents, the tree shaking is more focus on removing unused exports in ES module at top level.
it's a mixing with Dead code elimination and link time optimization. |
|