mirror of
https://github.com/FranP-code/Reflecto.git
synced 2025-10-13 00:43:31 +00:00
config: increase maximum file size limit for PWA cache to 3MB
This commit is contained in:
@@ -20,6 +20,9 @@ export default defineConfig({
|
||||
},
|
||||
pwaAssets: { disabled: false, config: true },
|
||||
devOptions: { enabled: true },
|
||||
workbox: {
|
||||
maximumFileSizeToCacheInBytes: 3000000,
|
||||
},
|
||||
}),
|
||||
],
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user