underfin / vite-plugin-vue2

Vue2 plugin for Vite
620 stars 83 forks source link

feat: support customed 'jsxExtensions' #210

Closed hoperyy closed 1 year ago

antfu commented 1 year ago

In Vite, I think we explicitly require JSX to be ended with x. Same as other toolings like tsc and esbuild. I feel we are less likely to accept this PR.

hoperyy commented 1 year ago

Got your point ☺ ~