@parcel/service-worker
's version and manifest do not correspond to precache manifest of workbox / other tools
#9939
Labels
Stale
Inactive issues
💬 RFC
@parcel/service-worker
's manifest is a list of strings and a versionWorkbox's precache manifest is
{ url: string, revision?: string | null }[];
The
version
in the current plugin also has very little use as it is the hasReference of the service-worker.js file and not of each document. Thus I could changeindex.html
andversion
would stay the same.Should we change the manifest to be the precache manifest?
🔦 Context
@parcel/service-worker
💻 Examples
service-worker.js
The text was updated successfully, but these errors were encountered: