0.0.3 • Published 5 years ago

react-scripts-plugin-yarn-workspaces v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

⚠️ DEPRECATED ️️⚠️

This plugin is no longer needed, CRA 2.0 now plays nice with yarn workspaces!

Yarn Workspaces plugin for Create React App

Use yarn workspaces in your CRA app.

Install

yarn add -D react-scripts-plugin-yarn-workspaces

Add to cra.config.js

module.exports = {
  plugins: ['yarn-workspaces'],
};

Compatability

The official Create React App does not have a supported plugin system. This plugin is compatable with the following forks: