-
-
Notifications
You must be signed in to change notification settings - Fork 47
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-kit/tsx
support
#95
Comments
I'm adding a bounty of $20 to this issue, to be paid when the feature ships to NPM. CC @evenstensberg since you have an open PR. CC @privatenumber - this would add tsx support to over 1000 projects, including webpack |
@phated @errorx666 I've finished the PR for supporting tsx. |
FYI there's already a PR: #96 Edit: The comment I'm responding to got deleted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
esbuild-kit/tsx is a popular Node/TypeScript loader based on esbuild.
I'd like to use this loader because it's the most straightforward I found so far, without issues and verbose configuration. I wish this was supported natively in Webpack and it looks like Webpack uses
interpret
internally to automatically load its config.This is currently supported via experimental flags, up to Node 18:
But
interpret
already supports a number of loaders without any config, as shown by this error message:The text was updated successfully, but these errors were encountered: