1.1.0 • Published 4 years ago

rescript-use-yarn-workspaces v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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.