From 6ecbec557354d3caac029d3bcbd7f00c2996aace Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 26 Feb 2026 18:35:49 -0800 Subject: [PATCH] =?UTF-8?q?chore(frontend-public):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20Vite=20build=20configuration=20to=20optimize=20asset=20handl?= =?UTF-8?q?ing,=20plugins,=20and=20dev=20server=20settings=20for=20messagi?= =?UTF-8?q?ng=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/messaging/frontend-public/vite.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features/messaging/frontend-public/vite.config.ts b/features/messaging/frontend-public/vite.config.ts index b7219b33e..7748b69b3 100644 --- a/features/messaging/frontend-public/vite.config.ts +++ b/features/messaging/frontend-public/vite.config.ts @@ -65,10 +65,6 @@ export default defineConfig({ // Limit to 1 concurrent worker — deps.inline Vite processing of the // content-flagging package consumes significant heap per worker. maxWorkers: 1, - // Increase heap for forks that inline the content-flagging package. - // The barrel re-exports UI components pulling in styled-components + - // React transitive deps, which bloats the Vite transform cache. - execArgv: ['--max-old-space-size=8192'], }, build: { outDir: 'dist',