Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Support for transitive npm dependencies #31

Open
pward123 opened this issue Nov 16, 2019 · 0 comments
Open

Support for transitive npm dependencies #31

pward123 opened this issue Nov 16, 2019 · 0 comments

Comments

@pward123
Copy link

Given the following rule, it seems like anything that depends on my-interface has to also add the transitive @npm//lib-used-by-my-interface dep. Is that expected and is there any way to get around it?

js_library(
    name = "my-interface",
    deps = ["@npm//lib-used-by-my-interface"],
    ...
)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant