-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Add options to choose JSX file extension .js or .jsx #9044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yeah I met the same problem. |
I'd propose an option |
@RyanCavanaugh I'd love to take this! Can you give me any other direction? |
Actually it looks like https://github.com/Microsoft/TypeScript/pull/9864/files targets this? |
I'm a big fan of keeping |
I think this can be closed, implemented in #13636. |
I want to keep jsx in the file content, so I choose:
but the generated file has
jsx
extension and ReactNative refuse to recognize this extension.So there needs an option to let JSX format file using
js
extension.The text was updated successfully, but these errors were encountered: