webpack & HTTP/2
Let’s start with a myth about HTTP/2:
With HTTP/2 you don’t need to bundle your modules anymore.
HTTP/2 can multiplex all your modules over the same connection in parallel. So there are no additional round trips for the many requests. Each module…