-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Provide API to create a custom esbuild CLI with plugins #3539
Conversation
Thanks for creating this PR @edewit, this will help a lot! |
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Andy Damevin <ia3andy@gmail.com>
@evanw ping! |
bump :) |
@evanw any reason not to get this in? |
Hey, thanks for the bump. There's no reason to not get this in. I think something like this makes sense and I'm supportive of it. The only reason it hasn't gotten in yet is that I haven't put aside the time yet to do the PR (i.e. think about the approach, make any changes, land it, and ship it). |
Hey @evanw, that's a very good news! Thanks. It seems this very basic PR is already enough for our use-case at least, do you have something else in mind? |
There are several approaches to this. In general |
Thanks! |
This is very important as it allows to create create a CLI version of esbuild with a custom set of Go Plugin (in our case we needed scss). Without it we have to fork esbuild and add it which is not very nice.
Signed-off-by: Erik Jan de Wit erikjan.dewit@gmail.com