react-scripts-plugin-yarn-workspaces
v0.0.3
Published
Yarn Workspaces plugin for Create React App
Downloads
3
Readme
⚠️ 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: