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
#2193 introduced the strict_visibility flag on npm_install and yarn_install which currently defaults False. As part of 3.0.0, default this flag True
strict_visibility
npm_install
yarn_install
False
True
The text was updated successfully, but these errors were encountered:
feat(builtin): flip the default of the strict_visibility flag on npm …
b6cfbf2
…and yarn install rules to True closes: bazel-contrib#2199
fixed by #2238
Sorry, something went wrong.
mattem
No branches or pull requests
#2193 introduced the
strict_visibility
flag onnpm_install
andyarn_install
which currently defaultsFalse
. As part of 3.0.0, default this flagTrue
The text was updated successfully, but these errors were encountered: