We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--verbose
1 parent f30466b commit 6c05f52Copy full SHA for 6c05f52
docs/docs/getting-started/javascript.md
@@ -232,13 +232,19 @@ document.body.appendChild div |> ignore
232
Run Fable in watch mode and Vite in parallel.
233
234
```bash
235
-dotnet fable watch --run npx vite
+dotnet fable watch --verbose --run npx vite
236
```
237
238
+:::info
239
+We need to use `--verbose` mode when running `vite` from Fable because of a freezing issue.
240
+
241
+The issue is tracked [here[(https://github.com/fable-compiler/Fable/issues/3631)
242
+:::
243
244
If you open the browser, you should see `Hello world!`.
245
246
Try changing the content of `Program.fs` and see the result in the browser.
247
248
</li>
249
-</ul>
250
+</ul>
0 commit comments