unbuild
unbuild copied to clipboard
JSX or TSX is not compiled
Hi, I'm having a packaging problem,.tsx is not compiled, do I need to do additional configuration or is there a reason for this
The mkdist builder does not support JSX or TSX compilation. I am not sure if the rollup builder supports it either 🤔
TSX support for mkdist added by https://github.com/unjs/mkdist/pull/71 and for rollup by https://github.com/unjs/unbuild/pull/198