Support for Remix #623
-
Any play on supporting Remix? I tried to hack it together following the Next.js tutorial, since they are very similar server side frameworks, but I could not make it work.
Importing like this ends up in I guess it is some bundling issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'd love to support Remix but it doesn't seem to have support for babel right now. |
Beta Was this translation helpful? Give feedback.
-
@ben-rogerson now that remix uses vite, is there a pathway available to support remix? |
Beta Was this translation helpful? Give feedback.
I'd love to support Remix but it doesn't seem to have support for babel right now.
Babel needs to be able to run so it can change the tailwind classes into css object + swap
styled
out with an import from styled-components.