Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bazel): esbuild ESM bundles should prioritize ESM main field
ESBuild by default with `platform: node` will prioritize `main` and then check `module` if present. We want it the other way around as ES modules are easier to bundle and guaranteed to work.
- Loading branch information