DEV Community

Discussion on: Publishable libraries with Nx Monorepo - part 1

Collapse
 
brianmcbride profile image
Brian McBride

Can you go into detail on how to manage the package.json
Nx seems great. Each lib or app sharing a root package.json works for development. For production.... not so much.

Collapse
 
agroupp profile image
Arthur Groupp

inside every new generated library you have its package.json and its README. You need to update it by yourself and after building you'll get it in dist.