style fix. calculator fix. Optimisation
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user