Skip to content

Commit

Permalink
react 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiboSoftwareDev committed Jan 11, 2025
1 parent 0f3f5bc commit 9c415f7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@ export default defineConfig(async (): Promise<UserConfig> => {
},
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"
Expand Down

0 comments on commit 9c415f7

Please sign in to comment.