Disable JSX transform #1422
Unanswered
JoviDeCroock
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@JoviDeCroock Is it sufficient to use the existing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
Thank you for the amazing work on swc, wanted to ask if it's possible to disable the transformation of JSX, this because we aim to transform JSX to
htm
calls rather thanh()
calls.If we could disable the transform by not specifying
transform.React
that'd be amazing, this would let the parser deal with TSX/JSX files but not transform them.Beta Was this translation helpful? Give feedback.
All reactions