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
{{ message }}
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
When using default-cache-strategy with a cache-config-file with an array of precache paths, it seems that these do not get matched if there is a query string on the request. This is makes sense but I'd like to be able to specify certain query strings to be ignored when matching, e.g. utm_-prefixed parameters or version strings.
I experimented and read the docs but I couldn't find any mention of this (my apologies if this already exists), could you please advise?
(related: it seems the sw-precache project has this feature)
Expected outcome
Specified query strings should be ignored when matching default cache strategy.