diff --git a/client/vite.config.js b/client/vite.config.js index a6b7152f1..158dc5e4e 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -10,7 +10,7 @@ export default defineConfig(({ mode }) => { return { base: "/", plugins: [svgr(), react()], - optimizeDeps: { Maybe this will be the straw th + optimizeDeps: { include: ["@mui/material/Tooltip", "@emotion/styled"], }, define: {