diff --git a/vite.config.ts b/vite.config.ts index 762aa65..e2200a3 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -18,18 +18,11 @@ export default defineConfig({ quasar(), VitePWA({ registerType: 'autoUpdate', - injectRegister: 'auto', - workbox: { globDirectory: 'dist/', globPatterns: [ '**/*.{js,css,html,ico,png,svg,webmanifest}', ], - globIgnores: [ - '**/node_modules/**/*', - 'sw.js', - ], - swDest: 'dist/sw.js', }, manifest: {