diff --git a/apps/stage-web/vite.config.ts b/apps/stage-web/vite.config.ts index 3320126cd..625c1a807 100644 --- a/apps/stage-web/vite.config.ts +++ b/apps/stage-web/vite.config.ts @@ -113,6 +113,9 @@ export default defineConfig({ }, ], }, + workbox: { + maximumFileSizeToCacheInBytes: 64 * 1024 * 1024, + }, })]), // https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n