Skip to content

Commit

Permalink
chore: rollback vite
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Feb 3, 2025
1 parent 020e040 commit e9d51ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ export default defineConfig({
'@emotion/react',
'@emotion/styled',
],
mui: ['@mui/material'],
muiIcons: ['@mui/icons-material'],
muiXDataGrid: ['@mui/x-data-grid'],
muiSystem: ['@mui/system'],
mui: ['@mui/material', '@mui/icons-material', '@mui/system', '@mui/x-data-grid'],
axios: ['axios'],
},
},
Expand Down

0 comments on commit e9d51ae

Please sign in to comment.