Reputation: 1304
I am trying to convert a React.js script using the JSX syntax into a script in plain js syntax I used react-tool like recommanded in http://facebook.github.io/react/docs/tooling-integration.html#jsx
But the output file simply doesnt work : no error in the browser console, nothing
The script (with the JSX syntax) can be found at : http://www.youni.education/javascripts/postslist.js
And you can see it working just fine at: http://www.youni.education/universities/University_of_Warwick
Upvotes: 1
Views: 1065
Reputation: 10613
Two things:
--extension jsx
jsx
tool fails silently if you give it the wrong src and dest dirsUpvotes: 1