Browse Source

fix: remove service worker

pull/654/head
Dan Ditomaso 1 year ago
parent
commit
bcbcac2d82
  1. 22
      vite.config.ts

22
vite.config.ts

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

Loading…
Cancel
Save