vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
904 stars 159 forks source link

What is the idea behind supporting tsx? #241

Closed warmthsea closed 3 months ago

warmthsea commented 4 months ago

https://github.com/vuejs/repl/blob/331588acdbd01496f9a79102b1a16b08834b7e1a/src/transform.ts#L80

sxzz commented 3 months ago

This project does not support plugins (such as Rollup plugins), so if we need this feature, it should be supported natively.

sxzz commented 3 months ago

Duplicate of #57