Skip to content

Commit

Permalink
removed manualChunks
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiboSoftwareDev committed Jan 11, 2025
1 parent b10188f commit 8ecb3f6
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,16 @@ export default defineConfig(async (): Promise<UserConfig> => {
output: {
manualChunks: {
vendor: [
"react",
"react-dom",
"wouter",
"@radix-ui/react-dialog",
"@radix-ui/react-dropdown-menu",
"@radix-ui/react-toast",
"@codemirror/state",
"@codemirror/view",
"@codemirror/lang-javascript",
// "react",
// "react-dom",
// "wouter",
// "@radix-ui/react-dialog",
// "@radix-ui/react-dropdown-menu",
// "@radix-ui/react-toast",
// "@codemirror/state",
// "@codemirror/view",
// "@codemirror/lang-javascript",
],
// editor: [
// "@tscircuit/3d-viewer",
// "@tscircuit/pcb-viewer",
// "@tscircuit/schematic-viewer",
// ],
},
},
},
Expand Down

0 comments on commit 8ecb3f6

Please sign in to comment.