Earlier quoted context omitted.
HTTP/2 won't make a serious difference in regards to that, bundling will always be required. Also minifying will always be required, so there's always going to be a build step anyway.
Minifying yes but why bundling? https://hpbn.co/http2/#request-and-response-multiplexing HTTP2 takes care of loading files via multiplexing, and ES6 modules take care of loading JS in proper order, no need to bundle AFAIU.
You can read more about why we'll always need a bundling step at the following links:
http://engineering.khanacademy.org/posts/js-packaging-http2....
https://medium.com/@asyncmax/the-right-way-to-bundle-your-as...
https://medium.com/webpack/webpack-http-2-7083ec3f3ce6#.74q6...