You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: fix node module repository symlinking disabled in Bazel
With the rules nodejs v5 update, the symlinking default has changed
from `true` to `false`. This commit explicitly adds the property and
sets it to `true` similar to other Angular repositories.
This helps speeding up the local DX by not having to maintain a
second node modules directory.
0 commit comments