-
-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ETag support #738
Labels
Comments
@privatenumber Yes, PR welcome |
Is v3 still actively maintained? I didn't see a separate dev branch for it but I'm personally using v3 so I would like to add it there so that I can use it. If not, I can add it to v4. |
Yes, let's add to v4, I will do release in near future (today/tomorrow), also v4 supports webpack@4 and webpack@5 |
Closed
2 tasks
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: