-
Notifications
You must be signed in to change notification settings - Fork 925
docs: update monorepo autolinking section with a disclaimer #1341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds a note explaining a caveat with auto-linking in a monorepo. Ran into this problem today trying to get a monorepo working.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds right. @grabbou wanna add anything?
I believe another option if using yarn workspaces, is specifying the native dependency as 'nohoist', correct? If someone can confirm my belief, it might be worth adding that too? |
There's no need for "nohoist" when using yarn workspaces. |
Co-authored-by: James George <jamesgeorge998001@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, thanks for the contribution!
Just opened a PR #1647 that might help to solve the caveat defined here. Please let me know what you think @thymikee @BenLorantfy updated: fix PR link |
Summary:
Adds a note explaining a caveat with auto-linking in a monorepo. Ran into this problem today trying to get a monorepo working.