aspect-build / rules_esbuild

Bazel rules for https://esbuild.github.io/ JS bundler
https://docs.aspect.build/rules/aspect_rules_esbuild
Apache License 2.0
27 stars 27 forks source link

Support for `globalName` or generic `args` parameter #16

Closed jfirebaugh closed 2 years ago

jfirebaugh commented 2 years ago

With @bazel/esbuild I was using args to supply a globalName argument. It doesn't look like there's a way to do this in rules_esbuild, either via a generic args parameter or one specific to globalName.

jfirebaugh commented 2 years ago

Never mind, I see now config is the equivalent.