bazel-javascript
bazel-javascript copied to clipboard
Allow to configure mode through makevars in web_bundle
It would be nice if we could use makevars to define the mode in web_bundle using make vars. This allows using the same rule for different environments.
I have created PR #46 with a proposal implementation. I had to remove the values validation from the rule. If this is a big probem, I can find a way to leave it.