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
Today npm_link_all_packages(name) can be used to specify:
the link_root_name in .aspect_rules_js/{link_root_name}/package_key
the :{link_root_name}/package_name
This allows multiple npm repositories (lockfiles) to be linked into the same directory - multiple npm_link_all_packages invocations in the same BUILD. This feature is most likely never or rarely used, yet causes many strings to be constructed dynamically.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Today
npm_link_all_packages(name)
can be used to specify:link_root_name
in.aspect_rules_js/{link_root_name}/package_key
:{link_root_name}/package_name
This allows multiple npm repositories (lockfiles) to be linked into the same directory - multiple
npm_link_all_packages
invocations in the same BUILD. This feature is most likely never or rarely used, yet causes many strings to be constructed dynamically.The text was updated successfully, but these errors were encountered: