feat/FRO-36: PWA #25

Merged
Janis merged 6 commits from feat/FRO-36 into main 2025-12-18 09:46:23 +01:00
8 changed files with 4602 additions and 129 deletions
Showing only changes of commit 6a72dfe171 - Show all commits

View File

@@ -18,18 +18,11 @@ export default defineConfig({
quasar(), quasar(),
VitePWA({ VitePWA({
registerType: 'autoUpdate', registerType: 'autoUpdate',
injectRegister: 'auto',
workbox: { workbox: {
globDirectory: 'dist/', globDirectory: 'dist/',
globPatterns: [ globPatterns: [
'**/*.{js,css,html,ico,png,svg,webmanifest}', '**/*.{js,css,html,ico,png,svg,webmanifest}',
], ],
globIgnores: [
'**/node_modules/**/*',
'sw.js',
],
swDest: 'dist/sw.js',
}, },
manifest: { manifest: {