Open thesayyn opened 1 month ago
Currently, js_image_layer only allows one js_binary.
js_image_layer needs to allow passing multiple binaries at once
Current workaround is no use sh_binary and add js_binaries into data to allow bazel to deduplicate files for us and put that into js_image_layer.
sh_binary
data
What is the current behavior?
Currently, js_image_layer only allows one js_binary.
Describe the feature
js_image_layer needs to allow passing multiple binaries at once