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
mdx-rs/crates/mdx_rs/src/lib.rs
Lines 132 to 133 in d5f454c
But there is jsx field in the Options struct:
jsx
Options
mdx-rs/crates/mdx_rs/src/configuration.rs
Lines 184 to 188 in d5f454c
The text was updated successfully, but these errors were encountered:
To ensure the hmr runtime code injection by Rspack so we need to pass the original jsx code to it.
Sorry, something went wrong.
But we could have controlled whether to retain jsx through the jsx: bool configuration option.
jsx: bool
Yeah, we can expose the jsx option outside
No branches or pull requests
mdx-rs/crates/mdx_rs/src/lib.rs
Lines 132 to 133 in d5f454c
But there is
jsx
field in theOptions
struct:mdx-rs/crates/mdx_rs/src/configuration.rs
Lines 184 to 188 in d5f454c
The text was updated successfully, but these errors were encountered: