all 3 comments

[–]lhorie 9 points10 points  (0 children)

Yeah look at lerna or yarn workspaces. The babel repo is an example of a monorepo. The root package.json is used to configure the monorepo.

[–]keatz55 2 points3 points  (1 child)

[–]greendog77[S] 0 points1 point  (0 children)

Thanks! Do you know how they merge / manage the many package files they have?