fix vite.config

This commit is contained in:
Alex Holliday
2025-09-08 20:39:45 -07:00
parent a015cc6706
commit 1537c2141f

View File

@@ -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: {