Skip to content

Commit b095265

Browse files
authored
Merge pull request #78 from non25/add-note-about-chrome
Add a note about using Chromium-based browser for dev
2 parents 8403341 + 346e778 commit b095265

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ $ pnpm run dev
2929
$ pnpm run build
3030
```
3131

32+
:warning: Make sure to use Chromium-based browser for dev mode. Firefox doesn't work due to to [vite's limitation with web worker](https://vitejs.dev/guide/features.html#web-workers).
33+
3234
## Credits / Technologies used
3335

3436
- [solid-js](https://github.com/solidjs/solid/): The view library

0 commit comments

Comments
 (0)