1.3.4 • Published 4 years ago

rescripts-use-yarn-workspaces v1.3.4

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

Use Yarn Workspaces (Rescripts Plugin)

This plugin will allow to use 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 rescripts-use-yarn-workspaces
  1. On your rescripts configuration
"rescripts": [
+  "rescripts-use-yarn-workspaces"
]
  1. Run your app, external code should be transpiled.

Storybook Plugin.

Additionally, this could export helpers for storybook, to use it, on .storybook/main.js add the following:

module.exports = {
  addons: [
+   'rescripts-use-yarn-workspaces/storybook'
  ]
}
1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago