We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd love to use million, but looks like it has custom plugins for each of the build tools, but not one for esbuild.
Happy to help implement.. seems like it needs an esbuild plugin? What is the purpose.. to get called during bundling on all source files?
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! A maintainer will review it soon.
Sorry, something went wrong.
this actually secretly seems to exist!
million/packages/compiler/index.ts
Line 10 in cca9ae2
you can access it with MillionLint.esbuild()
MillionLint.esbuild()
but i'm having trouble using it in conjuction with esbuild loader config.
No branches or pull requests
Describe the feature
I'd love to use million, but looks like it has custom plugins for each of the build tools, but not one for esbuild.
Happy to help implement.. seems like it needs an esbuild plugin? What is the purpose.. to get called during bundling on all source files?
Additional information
The text was updated successfully, but these errors were encountered: