-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid --error-limit flag added for esbuild >= 0.9.0 #2552
Labels
Comments
jbedard
added a commit
to jbedard/rules_nodejs
that referenced
this issue
Mar 26, 2021
jbedard
added a commit
to jbedard/rules_nodejs
that referenced
this issue
Mar 26, 2021
jbedard
added a commit
to jbedard/rules_nodejs
that referenced
this issue
Mar 29, 2021
jbedard
added a commit
to jbedard/rules_nodejs
that referenced
this issue
Apr 1, 2021
jbedard
added a commit
to jbedard/rules_nodejs
that referenced
this issue
Apr 6, 2021
jbedard
added a commit
to jbedard/rules_nodejs
that referenced
this issue
Apr 6, 2021
jbedard
added a commit
to jbedard/rules_nodejs
that referenced
this issue
Apr 6, 2021
jbedard
added a commit
to jbedard/rules_nodejs
that referenced
this issue
Apr 6, 2021
jbedard
added a commit
to jbedard/rules_nodejs
that referenced
this issue
Apr 6, 2021
mattem
pushed a commit
that referenced
this issue
Apr 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐞 bug report
Affected Rule
The issue is caused by the rule:esbuild
Is this a regression?
No
Description
Trying the
esbuild
rule with the latest version of esbuild (0.10.0), I got the following error:It looks like esbuild renamed
--error-limit
to--log-limit
in 0.9.0: https://github.com/evanw/esbuild/releases/tag/v0.9.0🔬 Minimal Reproduction
Add the following to WORKSPACE:
Then try to use an
esbuild
rule.🔥 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: