-
Notifications
You must be signed in to change notification settings - Fork 194
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
Using with esbuild-loader? #366
Comments
I'm using it, just add |
With their implementation right now I do not believe it is possible - this requires usage of a "plugin" (i.e. a custom transformer) with ESBuild and to my understanding this is only available for the |
Closing this as it is a limitation upstream. |
Hey there,
First of all, thanks for all the hard work on building this plugin. I've used it in lots of projects before and it's amazing!
I was wondering if there was a way to use this plugin with esbuild-loader instead of babel-loader or ts-loader. I want to use esbuild-loader with webpack for performance purposes. I just can't seem to figure out whether esbuild-loader has a getCustomTransformers equivalent that would work.
This might be too niche to ask on here, but I figured I'd ask in case anyone here knew.
Thanks!
The text was updated successfully, but these errors were encountered: