Skip to content
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

fix(esbuild): update to esbuild 0.11 #2559

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

jbedard
Copy link
Collaborator

@jbedard jbedard commented Mar 26, 2021

Fixes #2552

The golden change is interesting but I think makes sense... I think all those modules should be treated the same? I'm not sure why it outputs UMD, but now it's consistent.

@mattem
Copy link
Collaborator

mattem commented Mar 26, 2021

I think there needs to be another change in there to account for "The extensions .mjs and .cjs are no longer implicit" which is the cause of the current failure? Maybe I'm making that up 🤔

@jbedard
Copy link
Collaborator Author

jbedard commented Mar 26, 2021

The current failure is only on windows though? How is that possible?

@jbedard jbedard force-pushed the esbuild-10 branch 7 times, most recently from 1ca1c7b to efa3eec Compare March 30, 2021 17:53
@jbedard jbedard changed the title fix(esbuild): update to esbuild 0.10.0 fix(esbuild): update to esbuild 0.11.0 Mar 30, 2021
@jbedard jbedard force-pushed the esbuild-10 branch 6 times, most recently from 33f9496 to ae13327 Compare April 6, 2021 18:33
@jbedard jbedard changed the title fix(esbuild): update to esbuild 0.11.0 fix(esbuild): update to esbuild 0.11 Apr 6, 2021
@mattem mattem merged commit e9e8fe7 into bazel-contrib:stable Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid --error-limit flag added for esbuild >= 0.9.0
3 participants