Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: remove unused managed directory bazel setup for node modules
As of RNJ v5, the node modules are no longer symlinked by default. Rather a new separate install is maintained inside Bazel. This was a little controversial in the past since it made debugging harder, and required more IO locally/or even downloads depending on how Yarn is cached/configured locally. With the current setup, symlinks are no longer enabled and we can remove the managed directory configuration. bazel-contrib/rules_nodejs#3214
- Loading branch information