You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assets inside the src folder are automatically renamed to include a digest.hash in the name, so that aggressive cache-control headers can be configured.
Since the vue-cli-pwa plugin already injects the links to the icons in the html, and has an option to version them by name, it would be great if it could process the icons as well, and append a digest/hash, just like the other static assets.
What does the proposed API look like?
Icons found in the pws.iconPaths would be renamed to include the digest/hash in the name.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Assets inside the src folder are automatically renamed to include a digest.hash in the name, so that aggressive cache-control headers can be configured.
Since the vue-cli-pwa plugin already injects the links to the icons in the html, and has an option to version them by name, it would be great if it could process the icons as well, and append a digest/hash, just like the other static assets.
What does the proposed API look like?
Icons found in the
pws.iconPaths
would be renamed to include the digest/hash in the name.The text was updated successfully, but these errors were encountered: