huozhi / bunchee

Zero config bundler for ECMAScript and TypeScript packages
https://npmjs.com/bunchee
858 stars 28 forks source link

Custom jsx factory #519

Closed huozhi closed 2 months ago

huozhi commented 2 months ago

User should be able to customize jsx factory in tsconfig. For example if the value is “h” from vue, should be able to cover it. Need to investigate how to configure it and support it