You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,3 +32,7 @@ Thanks to the awesome [vite-plugin-fable](https://fable.io/vite-plugin-fable/),
32
32
### Trick for vitest in solidjs
33
33
34
34
had to be aware of this [server inline trick](https://github.com/vitest-dev/vitest/discussions/6537) in [vitest.config.ts](./vitest.config.ts)
35
+
36
+
### Notes for npm users ⚠️
37
+
38
+
the official plugin for solidjs doesnt support vite7 yet, while this works with bun, it complains in install with npm. if you are using npm u might have to downgrade vite-plugin-fable to 1.1.1 and vite to 6 accordingly, so as to match solidjs vite plugin requirements (but is expected to be updated in the near future)
0 commit comments