-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
JSX extension support #163
Conversation
I dont really no wut to do here im new at this lol |
What's the advantage of supporting |
typescript is a use case to support this. typescript will produce jsx files if you want babel to compile JSX and not typescript. |
@rauchg beside what @skhavari mentioned, some still love to use If this helps to someone, adding |
I support this since JSX is not a standard feature, and I understand that some might want to make this explicit. |
how to understand the conflict in |
Can you elaborate? On Mon, Nov 21, 2016 at 6:49 AM Giacomo Rebonato notifications@github.com
|
I would like to help with this PR, but I don't know how to understand what the conflict on |
Closing this for the time being as we haven't heard much. @CompuIves wouldn't it be nicer to incorporate typescript support through babel / webpack decoration, rather than a separate pipeline that outputs |
@rauchg I agree, I now see that I also edited the gulp file which wasn't necessary at all 😅 . After we support the Webpack config PR people can just add this themselves, we could also maybe document it somewhere or create helper methods (something like |
Response to #161 in case we want to support
.jsx
files.