Support "link" as a valid dependency version in package.json #667
-
Currently when you're working on a project wherein you deliberately need to force using
Such that tooling doesn't complain about I'd like to propose being able to instead write:
Which when you run This would also be more ergonomic in places where you've multiple packages that you need to resolve from links; if you're using My primary use case for this is from example apps and e2e test apps where I want to build an application that's run against my package's latest code, without using relative imports. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I believe this already works with a relative file path - |
Beta Was this translation helpful? Give feedback.
I believe this already works with a relative file path -
file:./path/to/package
.