Is there a way to use remix with electron-vite? #481
Unanswered
lifeiscontent
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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