Skip to content

Commit

Permalink
Revert "Change "modern" @mui usage to default mui (#3053)" (#3054)
Browse files Browse the repository at this point in the history
This reverts commit 5d48b7e.
  • Loading branch information
goto-bus-stop authored Sep 29, 2024
1 parent 5d48b7e commit 8900d79
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ 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 8900d79

Please sign in to comment.