vite-plugin-vue2
vite-plugin-vue2 copied to clipboard
support .js as .jsx and vue jsx without `lang="jsx"` in script tag
-
Some
.jsfiles are used as.jsxfiles, how to support this case ? I know I can change the file name, but there maybe a better way. -
most important In some third-party packages (element-ui), vue component is jsx format but without
lang="jsx"in script tag, how to support this case.
The same problem is bothering me
same problem with jsx in element-ui any updates 😢?
same
https://github.com/vitejs/vite/issues/2727#issuecomment-808679467