Closed jfirebaugh closed 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.
args
globalName
Never mind, I see now config is the equivalent.
config
With @bazel/esbuild I was using
args
to supply aglobalName
argument. It doesn't look like there's a way to do this in rules_esbuild, either via a genericargs
parameter or one specific toglobalName
.