From 7f63cf10bc95528fd93139382e91869a2ae3da71 Mon Sep 17 00:00:00 2001 From: Florian Hammerschmidt Date: Tue, 18 Jul 2023 19:15:50 +0200 Subject: [PATCH] :memo: - Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8531b7d..658acf9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Rewatch is an alternative build system for the [Rescript Compiler](https://rescr This project should be considered Alpha Status. Currently used to solve a very specific problem within [Walnut](https://github.com/teamwalnut/). We're open to PR's and other contributions to make this more solid. - [x] Compile Monorepo's with multiple packages -- [ ] Correctly compile to different formats than `.mjs` (taken from bsconfig) + - [x] Correctly compile to different formats than `.mjs` (taken from bsconfig) - [ ] Error Handling - we still panic here-and-there, don't expect a super smooth UX - [ ] Compile Single Package - [ ] Configure executables - potentially interop with some [Melange](https://github.com/melange-re/melange) / [Bucklescript / ReasonML](https://reasonml.github.io/) subset