fix: build error -> workbox max file size limit

This commit is contained in:
Felix Roos 2025-01-29 15:19:49 +01:00
parent 892a686462
commit d54022a65a
No known key found for this signature in database

View File

@ -67,6 +67,7 @@ export default defineConfig({
registerType: 'autoUpdate',
injectRegister: 'auto',
workbox: {
maximumFileSizeToCacheInBytes: 4194304, // 4MB
globPatterns: ['**/*.{js,css,html,ico,png,svg,json,wav,mp3,ogg,ttf,woff2,TTF,otf}'],
runtimeCaching: [
{