style fix. calculator fix. Optimisation

This commit is contained in:
2026-05-04 10:22:04 +02:00
parent 8098d65415
commit fc266407a3
20 changed files with 321 additions and 72 deletions

View File

@@ -19,6 +19,16 @@ export default defineConfig({
output: {
manualChunks: {
vendor: ['react', 'react-dom', 'react-router-dom'],
viewers: [
'./src/components/KitchenViewer/KitchenViewer',
'./src/components/BathViewer/BathViewer',
'./src/components/StairViewer/StairViewer',
'./src/components/RoomViewer/RoomViewer',
'./src/components/BedroomViewer/BedroomViewer',
'./src/components/ClosetViewer/ClosetViewer',
'./src/components/TerraceViewer/TerraceViewer',
'./src/components/WireframeViewer/WireframeViewer',
],
},
},
},