diff --git a/excalidraw-app/vite.config.mts b/excalidraw-app/vite.config.mts index 29e5c0430..3749e60cd 100644 --- a/excalidraw-app/vite.config.mts +++ b/excalidraw-app/vite.config.mts @@ -141,6 +141,7 @@ export default defineConfig(({ mode }) => { workbox: { // don't precache fonts, locales and separate chunks + maximumFileSizeToCacheInBytes: 5 * 1024 * 1024, // 5MB globIgnores: [ "fonts.css", "**/locales/**",