Is there a way to use remix with electron-vite? #481
Unanswered
lifeiscontent
asked this question in
Q&A
Replies: 1 comment
-
+1 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
afaik, remix vite uses the
ssr
feature in vite which will split bundles across client/server clients. wondering if I could build an adapter for electron-vite that would plug into the config system that it requires, as I don't think there's currently a way to split the build of remix into individual bundles between server/client but I'm also pretty naive when it comes to vite tooling at the moment.any suggestions would be helpful, thank you!
Beta Was this translation helpful? Give feedback.
All reactions