From 1537c2141f52887146fdf71645ade8dfd0594c41 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Mon, 8 Sep 2025 20:39:45 -0700 Subject: [PATCH] fix vite.config --- client/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {