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.
1 parent e22f5bb commit 6c6f2cfCopy full SHA for 6c6f2cf
compiler/core/lam_compile_main.ml
@@ -309,7 +309,7 @@ let lambda_as_module
309
- For rewatch: path already contains full directory from file_path.parent()
310
- basename is the final filename *)
311
let target_file =
312
- if path = "." || path = "lib/bs" || path = "lib/es6" || path = "lib/es6-global" then
+ if path = "." || path = "lib/bs" || path = "lib/js" || path = "lib/es6" || path = "lib/es6-global" then
313
(* Legacy bsb mode: path is base dir, extract source subdir from output_prefix *)
314
let source_subdir = Filename.dirname output_prefix in
315
(* When source_subdir is ".", don't include it in the path to avoid "././" *)
0 commit comments