Last active
August 31, 2020 09:44
-
-
Save mightyhorst/bc72daad976cf05bf98ba352edd6bef4 to your computer and use it in GitHub Desktop.
1. yarn workspaces - simple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "@monorepo/root", | |
| "private": true, | |
| "workspaces": { | |
| "packages": [ | |
| "workspaces/*" | |
| ], | |
| "nohoist": [ | |
| "workspaces/**/webpack-dev-server", | |
| "**/babel-loader", | |
| "**/babel-jest" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment