Skip to content

Commit

Permalink
Merge pull request #1870 from galacticcouncil/debug-vite-build
Browse files Browse the repository at this point in the history
Remove experimental rollup options
  • Loading branch information
jvonasek authored Nov 25, 2024
2 parents 5c49d76 + 2aece48 commit a156428
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,6 @@ export default defineConfig(({ mode }) => {
build: {
target: "esnext",
outDir: "build",
rollupOptions: {
output: {
experimentalMinChunkSize: 200_000,
manualChunks(id) {
if (id.includes("src/assets")) {
return "assets"
}

if (id.includes("@radix")) {
return "@radix"
}
},
},
},
},
optimizeDeps: {
esbuildOptions: {
Expand Down

0 comments on commit a156428

Please sign in to comment.