Open
Description
Within the realm of reasonable, there are always limitations. Reducing bundle sizes is one of the oldest yet, active challenges in the realm of signal processing.
One thing that I'd love about bundlers like WebPack
is that they have "conscious" performance checks, and they automatically resolve to default optimizations that the current loaders support.
Having practices set on optimising the resulting bundle, checking if it would somehow reach current hardware constraints (leaks?), et cetera, would be interesting!
This is just a wild-shot, but I believe we should keep performance and optimization in our mind 🤔