feat/FRO-36: PWA #25
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user