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

Feat: Add a way to pass esbuild plugins #42

Open
arv opened this issue Apr 22, 2024 · 0 comments
Open

Feat: Add a way to pass esbuild plugins #42

arv opened this issue Apr 22, 2024 · 0 comments

Comments

@arv
Copy link

arv commented Apr 22, 2024

There is currently no way to pass an esbuild plugin.

It would be nice to add a plugins option to the EsBuildPluginArgs which would be passed along to the esbuild transform function.

const { code: transformedCode, warnings } = await transform(code, transformOptions);

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

No branches or pull requests

1 participant