Skip to content
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

Use webpack v5's immutable asset metadata #2221

Closed
jeffposnick opened this issue Sep 12, 2019 · 0 comments · Fixed by #2673
Closed

Use webpack v5's immutable asset metadata #2221

jeffposnick opened this issue Sep 12, 2019 · 0 comments · Fixed by #2673
Assignees
Labels
Help Wanted This issue is available for contributions from the community. workbox-webpack-plugin
Milestone

Comments

@jeffposnick
Copy link
Contributor

webpack/webpack#9687 added new metadata to webpack's asset output, letting plugins determine whether or not an asset URL is immutable (i.e. whether its filename contains a hash).

We could use that as a signal to supplement dontCacheBustURLsMatching in our workbox-webpack-plugin configuration once it makes it into a webpack v5 release.

@jeffposnick jeffposnick added Help Wanted This issue is available for contributions from the community. workbox-webpack-plugin labels Sep 12, 2019
@jeffposnick jeffposnick added this to the v6 milestone Sep 30, 2020
@jeffposnick jeffposnick self-assigned this Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted This issue is available for contributions from the community. workbox-webpack-plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant