DEPRECATED, use DISABLE_ESLINT_PLUGIN
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.
- Install the package by running:
yarn add -D rescript-use-yarn-workspaces
"rescripts": [
+ "use-yarn-workspaces"
]
- Run your app, external code should be transpiled.