Update dependencies

This commit is contained in:
2025-03-28 22:43:04 +01:00
parent 709165bab0
commit eea2eac109
8 changed files with 1129 additions and 1122 deletions

View File

@@ -12,5 +12,13 @@ export default defineConfig({
},
build: {
outDir: "build",
rollupOptions: {
output: {
manualChunks: {
effect: ["effect"],
react: ["react", "react-dom", "react-router-dom"],
},
},
},
},
});