We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Rewatch opens the door to use monorepos. But what are the ReScript specific bits to make this work?
I'm happy to contribute a section on this, but I don't quite grasp the execution yet.
@jfrolich or @Bushuo could you give me some steps?
Do I install ReScript in the top-level package.json? Do I have a top-level rescript.json?
rescript.json
Do I add stuff like this in the top-level rescript.json?
"package-specs": { "module": "esmodule", "in-source": true }, "suffix": ".res.mjs",
will the packages inherit this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Rewatch opens the door to use monorepos.
But what are the ReScript specific bits to make this work?
I'm happy to contribute a section on this, but I don't quite grasp the execution yet.
@jfrolich or @Bushuo could you give me some steps?
Do I install ReScript in the top-level package.json?
Do I have a top-level
rescript.json
?Do I add stuff like this in the top-level
rescript.json
?will the packages inherit this?
The text was updated successfully, but these errors were encountered: