/rescript-use-yarn-workspaces

Allows to use yarn workspaces with Create React App

Primary LanguageJavaScriptMIT LicenseMIT

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.

How to use

  1. Install the package by running:
  yarn add -D rescript-use-yarn-workspaces
  1. On your rescripts configuration
"rescripts": [
+  "use-yarn-workspaces"
]
  1. Run your app, external code should be transpiled.