Skip to content

Instantly share code, notes, and snippets.

@mightyhorst
Last active August 31, 2020 09:44
Show Gist options
  • Select an option

  • Save mightyhorst/bc72daad976cf05bf98ba352edd6bef4 to your computer and use it in GitHub Desktop.

Select an option

Save mightyhorst/bc72daad976cf05bf98ba352edd6bef4 to your computer and use it in GitHub Desktop.
1. yarn workspaces - simple
{
"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