From 4b2e90f737714be01951314a2eee84e71d1c20aa Mon Sep 17 00:00:00 2001 From: Swrup Date: Wed, 7 Dec 2022 22:14:13 +0100 Subject: [PATCH] remove js ppx --- src/dune | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/dune b/src/dune index 2a1d301..86fc201 100644 --- a/src/dune +++ b/src/dune @@ -31,8 +31,7 @@ tyxml tyxml.functor uri - uuidm - yojson) + uuidm) (preprocess (pps lwt_ppx))) @@ -50,6 +49,4 @@ (name island_client) (modules island_client) (libraries js_of_ocaml brr) - (modes js) - (preprocess - (pps js_of_ocaml-ppx))) + (modes js))