Replies: 1 comment
-
No idea, but there's some issues with the same error, and maybe you can check that a regular .css file works? |
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.
-
Hi, I haven't found any reference in docs about running vanilla extract on the server (apart from Next).
I've tried to setup a simple node (express) server that outputs an html generated with
ReactDomServer.renderToString
but I get this error from vanilla extract:Do I need to compile my server code with any bundler before running it? I'm just running it with
ts-node
Thanks in advance for the help ;)
Beta Was this translation helpful? Give feedback.
All reactions