Skip to content

Commit

Permalink
Add missing sourcemap flags to test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole committed May 23, 2024
1 parent ed7bdc0 commit 9218fa3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/tests-sourcemap/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(env
(_
(js_of_ocaml
(js_of_ocaml
(flags (--source-map))
(link_flags (--source-map --resolve-sourcemap-url true))
(compilation_mode separate))))

(executable
Expand Down

0 comments on commit 9218fa3

Please sign in to comment.