yarn_workspaces
yarn workspaces -> mono repo
#
termsproject
- workspaces, repository itself
workspace
- local package made up from your own sources from that same project.
worktree
- list their own child workspaces.
Any project contains at least one workspace: the root one.
#
declare a worktree/package.json
packages 에 있는 모든 폴더를 쓰겠다. (정규식)
#
Babel- 바벨 저장소에 보면, package.json 이 있다.
- packages 의 하위 폴더들은 각각 package.json 을 가지고 있음.
- node_modules 가 공유됨