Merge pull request #742 from mauriceboe/fix/pwa-precache-mapbox-bundle

Raise PWA precache limit to unblock mapbox-gl build
This commit is contained in:
Maurice
2026-04-19 13:15:04 +02:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
VitePWA({
registerType: 'autoUpdate',
workbox: {
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024,
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024,
globPatterns: ['**/*.{js,css,html,svg,png,woff,woff2,ttf}'],
navigateFallback: 'index.html',
navigateFallbackDenylist: [/^\/api/, /^\/uploads/, /^\/mcp/],