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
Many packages ship with unnecessary content such as tests, test data etc that must then be copied throughout actions.
Describe the feature
An API to enable excluding files from the package target so they don't get copied around within bazel.
The excluding would most likely be done post-extraction to ensure the package on disk is the exactly as downloaded, only the bazel targets wrapping that package will contain the exclusions.
The text was updated successfully, but these errors were encountered:
### Changes are visible to end-users: yes
- Searched for relevant documentation and updated as needed: yes
- Breaking change (forces users to change their own code or config): no
- Suggested release notes appear below: yes
Add `npm_translate_lock(exclude_package_contents)` and `npm_import(exclude_package_contents)` for excluding content when extracting packages.
### Test plan
- New test added: e2e/package_exclude_patterns
Resolves: #2042
What is the current behavior?
Many packages ship with unnecessary content such as tests, test data etc that must then be copied throughout actions.
Describe the feature
An API to enable excluding files from the package target so they don't get copied around within bazel.
The excluding would most likely be done post-extraction to ensure the package on disk is the exactly as downloaded, only the bazel targets wrapping that package will contain the exclusions.
The text was updated successfully, but these errors were encountered: