Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Disabling dev-se and /src/main from precache
Browse files Browse the repository at this point in the history
  • Loading branch information
barankyle committed Jul 11, 2023
1 parent 719a80f commit caa6316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/pwa.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ const PWA = (clientSetting) =>
// Set additional manifest entries for the cache
additionalManifestEntries: [
// { url: '/service-worker.js', revision: null },
{ url: '/dev-sw', revision: null },
{ url: '/src/main', revision: null }
// { url: '/dev-sw', revision: null },
// { url: '/src/main', revision: null }
],
// Enable cleanup of outdated caches
cleanupOutdatedCaches: true,
Expand Down

0 comments on commit caa6316

Please sign in to comment.