Replies: 1 comment
-
:rip: this question I guess :/ #1 on search results. Did you find out some good options here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
We are currently using pnpm inside a monorepo building and bundling each app independently.
Our next.js app is having a hard time during development, there is a memory leak somewhere (related issue vercel/next.js#32314) and I am trying to spot the culprit.
Is there any way to detect circular dependencies during bundling for a pnpm monorepo?
I used madge and fixed a few spots but it does not work properly.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions