@zens@merveilles.town This one isn't *quite* right; the problem still exists to a more limited degree, as you still can't traverse a dependency tree over the network depth-wise without a full latency roundtrip per level, regardless of pipelining (as you can't predict transitive dependencies).
So you still need some kind of bundling process, the only question is whether it outputs a single bundle, many bundles, or just a manifest of the full dependency tree after doing so.
@joepie91 @zens and at least that i know of a ton of current tooling does use many different files for the reason that it is faster when multiple things can be streamed to the browser simultaneously. still bundling but not to 1 file