MUI on a Hydrogen project? #2067
Unanswered
ignacio-dev
asked this question in
Help
Replies: 1 comment
-
Try... export default defineConfig({
ssr: {
optimizeDeps: {
include: ['dep-name']
}
}
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anybody been successful at using MUI on a Hydrogen project?
I am finding it super tricky to make it work!
Beta Was this translation helpful? Give feedback.
All reactions