enable pwa manifest on dev

This commit is contained in:
2022-11-15 11:55:05 +01:00
parent 3203d45048
commit bac03f0be9

View File

@@ -10,6 +10,11 @@ export default defineConfig({
plugins: [
vue(),
VitePWA({
devOptions: {
enabled: true
/* other options */
},
registerType: 'autoUpdate',
workbox: {
globPatterns: ['**/*.{js,css,html,ico,png,svg}']