We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before #1850, js_library was linked automatically and could be referenced as :node_modules/package_name. This no longer works.
js_library
:node_modules/package_name
Development (host) and target OS/architectures: N/A
Output of bazel --version: N/A
bazel --version
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file: N/A
WORKSPACE
MODULE.bazel
Language(s) and/or frameworks involved: JS/TS
No response
The text was updated successfully, but these errors were encountered:
After some debugging, it looks like package.jsons of linked packages are missing at build times if specified in the srcs attribute of js_library.
package.json
srcs
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happened?
Before #1850,
js_library
was linked automatically and could be referenced as:node_modules/package_name
. This no longer works.Version
Development (host) and target OS/architectures: N/A
Output of
bazel --version
: N/AVersion of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: N/ALanguage(s) and/or frameworks involved: JS/TS
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: