Hacker News new | ask | show | jobs
by axismundi 1687 days ago
I thought that as well, until I read this:

https://www.sitepoint.com/file-bundling-and-http2/

https://medium.com/@asyncmax/the-right-way-to-bundle-your-as...

1 comments

I don't see a counterargument here. "It's fast" doesn't change the fact that using 'native' imports instead of bundles means you're still adding the round trip time for the browser to request each set of dependencies all the way down the dependency tree.