Skip to content

Commit

Permalink
chore: remove mui from vite rollup options
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Nov 28, 2024
1 parent f3554cc commit 8dacf8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ export default defineConfig(({ mode }) => {
'@emotion/react',
'@emotion/styled',
],
mui: [
'@mui/material',
'@mui/icons-material',
'@mui/system',
'@mui/x-data-grid',
],
axios: ['axios'],
},
},
Expand Down

0 comments on commit 8dacf8b

Please sign in to comment.