gaearon / ama

Ask me anything!
222 stars 5 forks source link

Front end tools and http2 #104

Open klzns opened 8 years ago

klzns commented 8 years ago

Hey, I was wondering what's your opinion on the front-end tools today, like webpack and browserify.

I feel like they are not evolving to the http2 paradigm, since bundling everything (or using require.ensure) is not preferable in this scenario.

The question is: why do you think the community is not watching or not developing solutions to substitute module bundlers or pushing SystemJS forward in favor of http2?