From 9c415f787ae91b8e7b4e24778c72931e5c9f7f5f Mon Sep 17 00:00:00 2001 From: Shibo Date: Sat, 11 Jan 2025 17:22:29 +0200 Subject: [PATCH] react 2 --- vite.config.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index f19b64c1..6ba379fe 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -118,15 +118,6 @@ export default defineConfig(async (): Promise => { }, output: { manualChunks: (id) => { - // Bundle core React dependencies together - if ( - id.includes("node_modules/react") || - id.includes("node_modules/react-dom") || - id.includes("node_modules/wouter") - ) { - return "framework" - } - // Bundle Radix UI components together if (id.includes("@radix-ui")) { return "ui"