You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Esbuild has unexpectedly introduced this change evanw/esbuild@7d30f83 where the flag error-limit has been renamed to log-limit. This breaks builds using any versions after this commit was introduced. For example, v0.11.21.
🔬 Minimal Reproduction
Try to build any examples which use esbuild using esbuild v0.11.2.
🔥 Exception or Error
Use --sandbox_debug to see verbose messages from the sandbox
> error: Invalid build flag: "--error-limit=0"
🌍 Your Environment
Operating System:
uname -a
Darwin <redacted> 19.6.0 Darwin Kernel Version 19.6.0: Tue Jan 12 22:13:05 PST 2021; root:xnu-6153.141.16~1/RELEASE_X86_64 x86_64
Output of bazel version:
Build label: 4.0.0-homebrew
Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Sat Jan 23 02:12:39 2021 (1611367959)
Build timestamp: 1611367959
Build timestamp as int: 1611367959
Rules_nodejs version:
(Please check that you have matching versions between WORKSPACE file and @bazel/* npm packages.)
3.2.3
Anything else relevant?
The text was updated successfully, but these errors were encountered:
🐞 bug report
Affected Rule
The issue is caused by the rule:
packages/esbuild
Is this a regression?
No.
Description
Esbuild has unexpectedly introduced this change evanw/esbuild@7d30f83 where the flag
error-limit
has been renamed tolog-limit
. This breaks builds using any versions after this commit was introduced. For example, v0.11.21.🔬 Minimal Reproduction
Try to build any examples which use esbuild using esbuild v0.11.2.
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_nodejs version:
(Please check that you have matching versions between WORKSPACE file and
@bazel/*
npm packages.)Anything else relevant?
The text was updated successfully, but these errors were encountered: