You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand it, SWC only supports the React options available in tsconfig JSX - which therefore excludes Vue JSX that I'm using. Thus no support for SWC tsconfig emitDecoratorMetadata = true which is not supported by Vite esbuild - hence my desire to switch to SWC (plus Rust performance gains) but I cannot because I am not using React. Any thoughts or possibilities?
Babel plugin or link to the feature description
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
As I understand it, SWC only supports the React options available in tsconfig JSX - which therefore excludes Vue JSX that I'm using. Thus no support for SWC tsconfig
emitDecoratorMetadata = true
which is not supported by Vite esbuild - hence my desire to switch to SWC (plus Rust performance gains) but I cannot because I am not using React. Any thoughts or possibilities?Babel plugin or link to the feature description
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: