Skip to content

Commit

Permalink
Enable promise compilation, docs fail
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 13, 2023
1 parent edf8ab8 commit b974d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/promise/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name promise_js)
(public_name server-reason-react.promise-js)
(modes :standard melange)
(modes melange)
(modules promise_js)
(wrapped false)
(libraries melange.belt melange.js)
Expand Down
2 changes: 1 addition & 1 deletion packages/reactDom/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
(public_name server-reason-react.reactDom)
(libraries react js html lwt)
(preprocess
(pps melange.ppx)))
(pps melange.ppx)))

0 comments on commit b974d77

Please sign in to comment.