From fffa8e7199aaf1b47ff3d822690241fcffdbb2a2 Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 20 Jan 2026 05:07:52 -0800 Subject: [PATCH] =?UTF-8?q?chore(fontend-public):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20Vite=20configuration=20file=20for=20build=20optimizations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/landing/frontend-public/vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/landing/frontend-public/vite.config.ts b/features/landing/frontend-public/vite.config.ts index 6dd91ae4b..eebe25e53 100755 --- a/features/landing/frontend-public/vite.config.ts +++ b/features/landing/frontend-public/vite.config.ts @@ -45,8 +45,6 @@ export default defineConfig({ optimizeDeps: { // Include CJS modules that need ESM conversion include: [ - 'void-elements', - 'html-parse-stringify', 'react-i18next', 'i18next', // Ensure lucide-react is pre-bundled for better tree-shaking @@ -54,6 +52,8 @@ export default defineConfig({ ], // Exclude workspace packages from pre-bundling exclude: ['@lilith/i18n', '@lilith/design-tokens', '@lilith/ui-theme', '@lilith/zname'], + // Force rebuild on config changes + force: true, }, resolve: { alias: {