Closed dhalperi closed 5 years ago
This will be required in bazel 0.25.0, which flips the flag --incompatible_no_transitive_loads to true.
--incompatible_no_transitive_loads
true
Following the suggestion here, we explicitly alias and then re-export the three rules we want to make visible.
This change is
Thanks @dhalperi
This will be required in bazel 0.25.0, which flips the flag
--incompatible_no_transitive_loads
totrue
.Following the suggestion here, we explicitly alias and then re-export the three rules we want to make visible.
This change is