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 48cf239 commit 25c2733Copy full SHA for 25c2733
compiler/tests-sourcemap/dune
@@ -1,6 +1,8 @@
1
(env
2
(_
3
- (js_of_ocaml
+ (js_of_ocaml
4
+ (flags (--source-map))
5
+ (link_flags (--source-map --resolve-sourcemap-url true))
6
(compilation_mode separate))))
7
8
(executable
0 commit comments