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

ESBuild supports decorators now #314

Closed
4 tasks done
pnegahdar opened this issue May 10, 2024 · 1 comment
Closed
4 tasks done

ESBuild supports decorators now #314

pnegahdar opened this issue May 10, 2024 · 1 comment

Comments

@pnegahdar
Copy link

Description

ESBuild added support for decorators in 0.21. Hopefully this means a lot of projects can kill their usage of babel.

evanw/esbuild#104 (comment)

I attempted to simply drop the babel config in the react() plugin and set the esbuild: {target: "es2022"} and that didn't seem to work.

Do we have to wait for a new release or can we force it to use the feature with the right configuration? It's not clear to me how the puglin decides whether to use babel or not (it seems to even when I don't have have a babel config it does.

Suggested solution

Describe configuration to use latest esbuild with decorator support or bump the package?

Alternative

No response

Additional context

No response

Validations

@ArnaudBarre
Copy link
Member

You will need Vite to ship the new version of esbuild that was marked as breaking change by safety by Evan Wallace. This is plan for 5.3 that should be shipped this month. You can follow this issue for updates: vitejs/vite#16616

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants