Missing support for `jsx` option
See original GitHub issueRecently esbuild v0.12.1 introduced the jsx=preserve
option: https://github.com/evanw/esbuild/blob/master/CHANGELOG.md#0121.
Would be great if rollup-plugin-esbuild
would add support for passing the option through.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Cannot use JSX unless the '--jsx' flag is provided
Every time I run npm start , it overrides whatever I configure in {jsx: ...} with react-jsx in order to be compatible with...
Read more >Support for the Experimental Syntax 'Jsx' Isn't Currently Enabled
Support for the experimental syntax 'jsx' isn't currently enabled is an error that occurs when there is an issue with Babel configuration in...
Read more >Error when opening TSX file: Cannot use JSX unless ... - GitHub
Well I worked around it by adding "jsx": "react" to tsconfig.json , as far as I can tell, but that is missing the...
Read more >Documentation - JSX - TypeScript
TypeScript supports embedding, type checking, and compiling JSX directly to JavaScript. Basic usage. In order to use JSX you must do two things....
Read more >Javascript / Typescript editor missing in Options > Text Editor ...
I am trying to follow multiple issues to enable JSX syntax highlighting but I hit the wall I cannot google my self out...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will add it soon 👌🏻
On Sat, May 29, 2021 at 6:43 AM Max Milton @.***> wrote:
🎉 This issue has been resolved in version 4.3.0 🎉
The release is available on:
Your semantic-release bot 📦🚀