Skip to content

Commit

Permalink
nuget note
Browse files Browse the repository at this point in the history
  • Loading branch information
goswinr authored May 14, 2024
1 parent f376377 commit b054c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/javascript/build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dotnet fable watch --run npx vite

When changes are made to your F# code, Fable will recompile it and Vite will reload the page.

In watch mode Fable will also compile code behind `#if DEBUG` compiler directives.
In watch mode Fable will also compile code behind `#if DEBUG` compiler directives. Including debug directives from referenced fable-nuget packages.

## Build for production

Expand Down

0 comments on commit b054c32

Please sign in to comment.