-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there a watch mode? #12
Comments
I am looking for the same feature :) |
hi! there's no watch mode as the compiler emits a lot of these events. a simple solution we could provide would be to provide a simple way to subscribe to the compiler saying "I'm done" through its websocket (like https://github.com/bloodyowl/rescript-react-starter-kit which triggers a webpack build on those events). would that work for you? |
That would be a cool feature if it could be run directly from a script, but probably not worth it if you have to spend too much time on it :) I just installed Nodemon and I use this command:
( |
No description provided.
The text was updated successfully, but these errors were encountered: