config: increase maximum file size limit for PWA cache to 3MB

This commit is contained in:
2025-09-11 00:26:38 -03:00
parent 1fbd0af1e6
commit 149e132728

View File

@@ -20,6 +20,9 @@ export default defineConfig({
},
pwaAssets: { disabled: false, config: true },
devOptions: { enabled: true },
workbox: {
maximumFileSizeToCacheInBytes: 3000000,
},
}),
],
resolve: {