Skip to content

Commit

Permalink
Change "modern" @mui usage to default mui (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Sep 29, 2024
1 parent db45edf commit 5d48b7e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ export default defineConfig({
// For the prerender plugin
proxySsrExternalModules: true,
},
resolve: {
alias: {
'@mui/base': '@mui/base/modern',
'@mui/icons-material': '@mui/icons-material/esm',
'@mui/material': '@mui/material/modern',
'@mui/styled-engine': '@mui/styled-engine/modern',
'@mui/system': '@mui/system/modern',
'@mui/utils': '@mui/utils/modern',
},
},
build: {
outDir: 'npm/public/',
assetsDir: 'static',
Expand Down

0 comments on commit 5d48b7e

Please sign in to comment.