[ci] format
This commit is contained in:
parent
6efeaeb39e
commit
145e2c575a
1 changed files with 4 additions and 2 deletions
|
@ -63,8 +63,10 @@ function getViteConfiguration() {
|
|||
: ['react-dom/server.js', 'react-dom/client.js'],
|
||||
noExternal: [
|
||||
// These are all needed to get mui to work.
|
||||
'@mui/material', '@mui/base', '@babel/runtime'
|
||||
]
|
||||
'@mui/material',
|
||||
'@mui/base',
|
||||
'@babel/runtime',
|
||||
],
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue