babel-plugin-jsx
babel-plugin-jsx copied to clipboard
[Question] Hope this plugin can provide a `swc` version.
🧐 Problem Description
I am using swc-loader
to make compile quikcker and it works really nice, about 50% quicker 🚀
However if a .vue
file was written in tsx
, swc-loader
can't handle it.
And i notice that babel
works well because this plugin: @vue/babel-plugin-jsx.
Hope this plugin can provide a swc
version to imporve huge project dev experience.
🚑 Other information
https://github.com/swc-project/swc/discussions/3540