You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our design system, we have certain components shipped as independent packages in a monorepo, but a few packages are webpack or tooling based utilities too which don't have any build or dist or any other folder. They are exposed by only index.js in its root. In their package.json we have peerDependencies as the main package which consists all packages and that creates circular dependencies.