Allow larger chunks when building
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user