Replies: 1 comment
-
Bazel expects file outputs to have deterministic names but you can also configure rules with directory outputs where only the directory names need to be deterministic and the files contained within the directory can include hashes in their filenames. Instead of Does that answer your question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the current behavior?
I am unsure if this is possible
Describe the feature
It is common to put the hash of bundle artefacts into the filename to simplify browser caching. It is not clear how to do this with Webpack being executed by
rules_js
since Bazel expects staticouts
.If this is already possible then an example would be very helpful.
Thanks!
Fund our work
Beta Was this translation helpful? Give feedback.
All reactions