Skip to content

Commit

Permalink
Remove melange.ppx from melange-js
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 4, 2023
1 parent 10afb92 commit 760b599
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/melange-js/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
(modules js)
(public_name server-reason-react.js)
(flags :standard -w -49)
(libraries pcre promise)
(preprocess
(pps melange.ppx)))
(libraries pcre promise))

(test
(name test)
(modules test)
(libraries alcotest server-reason-react.js)
(preprocess
(pps melange.ppx)))
(libraries alcotest server-reason-react.js))

0 comments on commit 760b599

Please sign in to comment.