Replies: 1 comment
-
No, this isn't possible at the moment. |
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
-
I use Yarn
3.0.0-rc.2
in my project. When I link anothor package to my project, likeyarn link ../<package-name>
, Yarn modifiespackage.json
and addresolution
to it. However, I don't want to add any extra info topackage.json
for the linkage. It there a way to avoid it? Or can it be written to some temporary file in.yarn
directory?Beta Was this translation helpful? Give feedback.
All reactions