Skip to content

Commit 82b2bed

Browse files
committed
bump max bundle size
1 parent 59d3b37 commit 82b2bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/platform-ui/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
globPatterns: ['**/*.{js,css,html,ico,png,svg,json,vue,txt,woff2}'],
3030
navigateFallback: '/index.html',
3131
navigateFallbackAllowlist: [/^(?!\/(couch|express)).*$/],
32-
maximumFileSizeToCacheInBytes: 2.5 * 1024 * 1024,
32+
maximumFileSizeToCacheInBytes: 3 * 1024 * 1024, // [ ] #perf #pre-production bring this down to ... 1MB?
3333
},
3434
manifest: {
3535
name: 'eduQuilt',

0 commit comments

Comments
 (0)