You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually we'd recommend to use ReScript in a single-codebase style: One `bsconfig.json` file for the whole codebase.
12
+
Usually we'd recommend to use ReScript in a single-codebase style by using one `bsconfig.json` file for your whole codebase.
13
13
14
-
There are scenarios where you still want to connect and build multiple independent ReScript packages for one main project though. This is where `pinned-dependencies` come into play.
14
+
There are scenarios where you still want to connect and build multiple independent ReScript packages for one main project though (`yarn workspaces`-like "monorepos"). This is where `pinned-dependencies` come into play.
15
15
16
16
17
17
## Package Types
@@ -49,7 +49,7 @@ The build system respects the following rules for each package type:
49
49
- Ignores pinned dependencies
50
50
- Ignores custom generator rules
51
51
52
-
So with that knowledge in mind, let's dive into some more concrete examples to see our `pinned dependencies` in action.
52
+
So with that knowledge in mind, let's dive into some more concrete examples to see our pinned dependencies in action.
0 commit comments