We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b69956 commit 0fc1f29Copy full SHA for 0fc1f29
src/Fable.Cli/Main.fs
@@ -422,7 +422,7 @@ let rec startCompilation (changes: Set<string>) (state: State) = async {
422
cracked.SourceFiles
423
|> Array.map (fun f -> f.NormalizedFullPath)
424
|> fun files ->
425
- if not state.CliArgs.CompilerOptions.DebugMode then files
+ if Option.isNone state.Watcher then files
426
else
427
// Skip files that have a more recent JS version
428
let skipped =
0 commit comments