What is the value of using Webpack with HTTP/2
TL;DR In HTTP/1.1, you had to make as few requests as possible to get performance; in HTTP/2 you have minimal performance impact per request but can still hit resource constraints and dependency management that will require a bundling tool such as webpack. Long version: Webpack (or any other bundler) can still provide value in an … Read more