Skip to content

Commit ba3c913

Browse files
committed
add note
1 parent ada888b commit ba3c913

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ Thanks to the awesome [vite-plugin-fable](https://fable.io/vite-plugin-fable/),
3232
### Trick for vitest in solidjs
3333

3434
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

Comments
 (0)