mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add initial experimental UI based on MUI
This commit is contained in:
parent
6155524e2c
commit
69fe4f067a
14 changed files with 1793 additions and 233 deletions
|
@ -33,7 +33,16 @@ const config = {
|
|||
modules: [
|
||||
path.resolve(__dirname, 'src'),
|
||||
path.resolve(__dirname, 'node_modules')
|
||||
]
|
||||
],
|
||||
alias: {
|
||||
'@mui/base': '@mui/base/legacy',
|
||||
'@mui/lab': '@mui/lab/legacy',
|
||||
'@mui/material': '@mui/material/legacy',
|
||||
'@mui/private-theming': '@mui/private-theming/legacy',
|
||||
'@mui/styled-engine': '@mui/styled-engine/legacy',
|
||||
'@mui/system': '@mui/system/legacy',
|
||||
'@mui/utils': '@mui/utils/legacy'
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
new DefinePlugin({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue