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 c5cdf45 commit 81e9a02Copy full SHA for 81e9a02
packages/twenty-front/vite.config.ts
@@ -46,7 +46,7 @@ export default defineConfig(({ command, mode }) => {
46
// Please don't increase this limit for main index chunk
47
// If it gets too big then find modules in the code base
48
// that can be loaded lazily, there are more!
49
- const MAIN_CHUNK_SIZE_LIMIT = 5.3 * 1024 * 1024; // 5.3MB for main index chunk
+ const MAIN_CHUNK_SIZE_LIMIT = 5.5 * 1024 * 1024; // 5.5MB for main index chunk
50
const OTHER_CHUNK_SIZE_LIMIT = 5 * 1024 * 1024; // 5MB for other chunks
51
52
const checkers: Checkers = {
0 commit comments