DEV Community

KhaledSalem
KhaledSalem

Posted on

Slimm-Pack Vs Tree-shaking

Tree-shaking runs every build.

Slimm-Pack doesn’t.


Traditional tools:
analyze → build → forget

Ionify:
analyze → store → reuse


This is not optimization.

This is a different architecture.

Top comments (0)