Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(esbuild): ensure base esbuild options are set for compiler (#5132)
This adds the `getBaseEsbuildOptions` function to the Esbuild configuration for the `compiler/` bundle. This ensures that the following options are set consistently: - [`logLevel`](https://esbuild.github.io/api/#log-level) - [`legalComments`](https://esbuild.github.io/api/#legal-comments) - [`bundle`](https://esbuild.github.io/api/#bundle) This was accidentally omitted from #5027.
- Loading branch information