Skip to content

Commit

Permalink
Split the workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
sgenoud committed Sep 6, 2024
1 parent ece25bc commit 8bf951b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/studio/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,7 @@ export default defineConfig({
outDir: "dist",
manifest: true,
rollupOptions: {
output: {
manualChunks: (id) => {
if (id.includes("replicad")) {
return "replicad";
}
},
},
output: {},
},
},
server: {
Expand Down

0 comments on commit 8bf951b

Please sign in to comment.