We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d3b37 commit 82b2bedCopy full SHA for 82b2bed
packages/platform-ui/vite.config.js
@@ -29,7 +29,7 @@ export default defineConfig({
29
globPatterns: ['**/*.{js,css,html,ico,png,svg,json,vue,txt,woff2}'],
30
navigateFallback: '/index.html',
31
navigateFallbackAllowlist: [/^(?!\/(couch|express)).*$/],
32
- maximumFileSizeToCacheInBytes: 2.5 * 1024 * 1024,
+ maximumFileSizeToCacheInBytes: 3 * 1024 * 1024, // [ ] #perf #pre-production bring this down to ... 1MB?
33
},
34
manifest: {
35
name: 'eduQuilt',
0 commit comments