Replies: 2 comments
-
I'm interested to know if there's a plan to support Vite in the future. This would mean it supports Remix as well as Next. I'm not convinced Remix is better than Next, but it would be nice if the use of Compiled wasn't contingent on also using Next. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I got it working with Vite using non swc Vite (quite straight forward with the babel plugin). But I was not able to get the hot reload module to work properly, so trying to switch to Rsbuild now. It works a lot better, but I am not able to get jest to work with compiled now. |
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
-
In SSR scenario, we can use
but it will not work in Dev mode
Beta Was this translation helpful? Give feedback.
All reactions