[Regression] Vite Internal server error: Soft-invalidated module #91
Labels
bug report 🦗
Issue is probably a bug, but it needs to be checked
cat: performance 🚀
Issue is related to performance
needs: complete repro 🖥️
Issue need to have complete repro provided
platform: ssr 🛠️
Issue related to SSR
Environment
^0.5.1
(Linaria6.1.0
)5.3.2
18.17.1
14.4.1
Description
Sorry the description is vague. I can hardly understand what's going on, neither can I isolate the problem. Please let me know what extra info you'd like me to add.
I'm migrating a big codebase to React + Remix with Vite.
I could build my project just fine with
@wyw-in-js/[email protected]
but starting from0.5.1
I'm getting a lot of errors at build time "Pre-transform error: Internal server error: Soft-invalidated module should not have existing transform result"Here's a sample of the output (it goes on and on and on...):
Note with version 0.5.0 there's no
hmr update
in the console outputWorth mentioning the error doesn't affect the same component as the build process is restarted, might as well be random.
The text was updated successfully, but these errors were encountered: