We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
#219 solution not working since 0.12.4
inputOptions: { jsx: "preserve", }
jsx option should work as expected
result is same as jsx: "react-jsx"
workaround:
inputOptions: { jsx: "preserve", transform: undefined, }
Because this line always add transform without checking target
transform
target
tsdown/src/index.ts
Lines 283 to 285 in 3b98b8a
The text was updated successfully, but these errors were encountered:
/cc @shulaoda https://repl.rolldown.rs/#eNptjkEKwjAQRa8SZuOmxlZwE9STdFObSWmpSZlMa6Dk7k4pgoKbgf//4zErODAr9N5i0hzTFjyYr6KAVjKmKRCrNvjIyoWgbupq++V0lx3BMM2YC6Awjja8vBbO9Z0e4sf3Z/kRW3TNPLJaa6/UEJNRh4kwIi14KLaOqfHRBXqanZGmoQ5ZQB8snssdy3Jz7SHLN4voK13q8vhAbnR1gfwGJapNuQ==
Sorry, something went wrong.
shulaoda
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Reproduction link or steps
#219 solution not working since 0.12.4
What is expected?
jsx option should work as expected
What is actually happening?
result is same as jsx: "react-jsx"
Any additional comments?
workaround:
Because this line always add
transform
without checkingtarget
tsdown/src/index.ts
Lines 283 to 285 in 3b98b8a
The text was updated successfully, but these errors were encountered: