⚙️ chore: Update Build Config due to Windows Tests (#9511)

* chore: remove `rollup-plugin-generate-package-json`

* chore: increase maximum file size to cache in Vite configuration for windows builds
This commit is contained in:
Danny Avila 2025-09-08 14:16:49 -04:00 committed by GitHub
parent 035f85c3ba
commit 7de6f6e44c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 2 additions and 249 deletions

View file

@ -48,7 +48,7 @@ export default defineConfig(({ command }) => ({
'manifest.webmanifest',
],
globIgnores: ['images/**/*', '**/*.map', 'index.html'],
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024,
maximumFileSizeToCacheInBytes: 6 * 1024 * 1024,
navigateFallbackDenylist: [/^\/oauth/, /^\/api/],
},
includeAssets: [],