rescript-use-yarn-workspaces
v1.1.0
Published
Helper to use Yarn Workspaces with CRA
Downloads
8
Readme
rescript-use-yarn-workspaces
This plugin will allow using CRA inside a Yarn Workspace configuration, it will allow to transpile other code in the same workspace.
How to use
- Install the package by running:
yarn add -D rescript-use-yarn-workspaces
"rescripts": [
+ "use-yarn-workspaces"
]
- Run your app, external code should be transpiled.