diff --git a/excalidraw-app/vite.config.mts b/excalidraw-app/vite.config.mts index f10e742f5..056528d7a 100644 --- a/excalidraw-app/vite.config.mts +++ b/excalidraw-app/vite.config.mts @@ -128,6 +128,8 @@ export default defineConfig(({ mode }) => { }, workbox: { + // allow size build +2MB (default) + maximumFileSizeToCacheInBytes: 5000000, // don't precache fonts, locales and separate chunks globIgnores: [ "fonts.css",