rules_esbuild icon indicating copy to clipboard operation
rules_esbuild copied to clipboard

Bazel rules for https://esbuild.github.io/ JS bundler

Results 42 rules_esbuild issues
Sort by recently updated
recently updated
newest added

### What happened? When using the esbuild module to build something that contains plugins, the sandbox plugin ends up in an infinite recursion. It keeps going until it eventually runs...

bug
help wanted

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

This module cache came up as problematic with the presence of multiple versions of a package in a given dependency closure. In our case, we have `minipass` 4.2.8 and 7.0.4...

--- ### Type of change - New feature or functionality (change which adds functionality) **For changes visible to end-users** - Breaking change (this change will force users to change their...

We have a ts_project target part of an npm_package that includes the following snippet: ```ts const postcssConfig = process.env.BAZEL_BINDIR ? require('../../../../../../../../postcss.config') // if in bazel : require('../../../../postcss.config') // if outside...

WIP: Still working through some optimizations and tests --- Partial Fix of #190 ### Type of change - Performance (a code change that improves performance) **For changes visible to end-users**...

### What is the current behavior? Developers need to minify for production, but minified code during development is just a nuisance. This is a common pattern in compilers which can...

enhancement
help wanted

### What happened? https://github.com/aspect-build/rules_esbuild/pull/160 added a JavaScript plugin. Users report on Slack that this new feature in 0.18.0 increases bundling times by an unacceptable amount. Maybe it can simply be...

bug
performance
need: investigation

### What happened? I am upgrading `aspect_rules_esbuild` from version `v0.16.0` to `v0.18.0`. Everything is working in v16 however in v18 I am getting the following errors from esbuild. (I couldn't...

bug
need: more info