ES6 modules (sorry...)
caridy
caridy at gmail.com
Mon Jun 16 15:42:33 PDT 2014
On Jun 16, 2014, at 5:41 PM, Frankie Bagnardi <f.bagnardi at gmail.com> wrote:
> The other big concern here is that in production, very few people are going to be loading every JavaScript file asynchronously. If there's magic, there needs to be a reasonable way to handle bundling multiple ES6 files together.
This is completely off target IMO. We want to walk away from bundling, it is tedious, it is ugly, it slows down development, it makes debugging a pain, it makes bucketing almost impossible, it is just a pain in general. Instead, we want to rely on bundling at the lowest level (at the browser level), and that's what SPDY/HTTP2.0 brings to the table, and now that Apple is onboard, I don't see why we should consider bundling a relevant use-case.
/caridy
More information about the es-discuss
mailing list