[ci] format

This commit is contained in:
matthewp 2022-10-07 19:56:04 +00:00 committed by fredkbot
parent 6efeaeb39e
commit 145e2c575a

View file

@ -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',
],
},
};
}