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
fix(bazel): filter runfiles originating from deps and srcs in spec_bundle
Wraps the esbuild target created by the `spec_bundle` macro with a custom
rule that removes runfiles originating from `deps` and `srcs`. This prevents
duplicate spec execution by ensuring downstream targets like `jasmine_test`
only receive the bundle's output files in their runfiles tree.
Retains the runfiles aggregation behavior as before:
alan-agius4/rules_esbuild@e088dc3
0 commit comments