Allow larger chunks when building

This commit is contained in:
2026-02-23 20:57:08 +00:00
parent 341c551ea5
commit f8160834fb
2 changed files with 4 additions and 40 deletions
+4
View File
@@ -33,6 +33,10 @@ export default defineConfig(({ mode }) => {
enabled: true,
type: 'module',
},
injectManifest: {
// Allow larger bundles to be precached by the service worker
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024, // 5 MiB
},
manifest: {
name: 'Classroom Copilot',
short_name: 'Classroom Copilot',