You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/compiling-to-js-with-melange.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ If you don't have a `dune-project` file, create one with the following content:
59
59
60
60
#### Emit JavaScript
61
61
62
-
In your dune file, add `melange.emit` stanza to emit JavaScript.
62
+
In your `dune` file, add a`melange.emit` stanza to emit JavaScript.
63
63
64
64
The `melange.emit` stanza tells dune to generate JavaScript files from a set of libraries and modules. In-depth documentation about this stanza can be found in the [build-system on the Melange documentation](https://melange.re/v2.0.0/build-system/#entry-points-with-melangeemit).
0 commit comments