From b54e38f09d744219363ef8ea7483a5c1ebc57f72 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 22 Feb 2026 10:24:01 -0800 Subject: [PATCH] =?UTF-8?q?chore(landing):=20=F0=9F=94=A7=20Update=20Vite?= =?UTF-8?q?=20build=20config=20plugins/optimizations=20for=20frontend=20as?= =?UTF-8?q?set=20handling=20in=20landing=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/landing/frontend-public/vite.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/features/landing/frontend-public/vite.config.ts b/features/landing/frontend-public/vite.config.ts index 0ebf6b242..4f1f87b63 100755 --- a/features/landing/frontend-public/vite.config.ts +++ b/features/landing/frontend-public/vite.config.ts @@ -117,8 +117,6 @@ export default defineConfig({ '@ui/zname': '@lilith/ui-zname', '@ui/error-pages': '@lilith/ui-error-pages', '@ui/motion': '@lilith/ui-motion', - // Cross-feature: consumable gem demo component - '@consumable/gem-demo': path.resolve(__dirname, '../../consumable/frontend-showcase/src'), }, // Dedupe msw: cross-feature imports (merchant/shared/msw/) can't resolve msw from their own dir. // Force resolution from landing's node_modules where msw is installed.