-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Failing to use a ts loader plugin #4519
Comments
I'm no expert, just happen to be wanting to do the same thing. https://bun.sh/docs/api/transpiler This works for me
|
I noticed a temperamental regression here too. I was using https://bun.sh/docs/runtime/plugins#loaders
This seems to be broken. |
I see the same issue; our Civet plugin doesn't handle JSX with Update: |
What version of Bun is running?
0.8.1+16b4bf341acc0f4804f0b6bdf5298c180cd00366
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
create a minimal loader that returns static typescript:
using it with the following script
What is the expected behavior?
expected output:
What do you see instead?
get the following error:
Additional information
No response
The text was updated successfully, but these errors were encountered: