egoist / rollup-plugin-esbuild

Use ESBuild with Rollup to transform ESNext and TypeScript code.
MIT License
628 stars 40 forks source link

Support reading jsx from tsconfig.json #347

Closed joshwooding closed 2 years ago

joshwooding commented 2 years ago

Since the support of the new automatic JSX runtime from React 17+ in v0.14.51 the jsx option is read automatically by esbuild. jsxFactory, jsxFragmentFactory and target options are already being read from the tsconfig.json so I feel like jsx should be added to that list.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 4.10.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: