Browse Source

fix: remove service worker (#654)

pull/656/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
6cc6986904
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 22
      vite.config.ts

22
vite.config.ts

@ -17,17 +17,17 @@ try {
export default defineConfig({
plugins: [
react(),
VitePWA({
registerType: "autoUpdate",
strategies: "generateSW",
devOptions: {
enabled: false,
},
workbox: {
cleanupOutdatedCaches: true,
sourcemap: true,
},
}),
// VitePWA({
// registerType: "autoUpdate",
// strategies: "generateSW",
// devOptions: {
// enabled: true,
// },
// workbox: {
// cleanupOutdatedCaches: true,
// sourcemap: true,
// },
// }),
viteStaticCopy({
targets: [
{

Loading…
Cancel
Save