Closed
Description
- Operating System: Mac
- Node Version: v12.16.2
- NPM Version: v6.14.4
- webpack Version: v4.44.2
- webpack-dev-middleware Version: v3.7.2
Feature Proposal
Add Etags to assets to prevent re-loading unchanged assets.
Feature Use Case
Faster page loads by eliminating loads for large files that are unchanged.
This optimization is used in other dev bundlers like Vite and Snowpack.
Other
I implemented this via wrapper in a separate package.
Happy to open a PR if the issue is accepted.