SSG build fails with SyntaxError when processing library with css import #617
Unanswered
warmshadow
asked this question in
Help & Questions
Replies: 1 comment 10 replies
-
What's the full stack trace? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, started playing around with the plugin. I got a really minimal setup right now, one
index.page.jsx
andssr({ prerender: true })
set inside vite config. My project uses library that imports css styles from react toastify. Build without plugin works as expected, but trying to build pre-rendered pages with plugin results in this error:Any idea what am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions