diff --git a/packages/integrations/react/src/index.ts b/packages/integrations/react/src/index.ts index b90819f41..81d5b5da4 100644 --- a/packages/integrations/react/src/index.ts +++ b/packages/integrations/react/src/index.ts @@ -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', + ], }, }; }