Closed mars-abd closed 6 years ago
@mars-abd I don't know exactly but I can provide possible answers:
Thanks for the answer!
Yes, we list the jsx transform as part of the README, so I don't think any further action is required here.
We generate our JSX and rely on the JSX transform for a few reasons:
React.createElement
. By generating JSX, react-pug is compatible with these.
Is babel-plugin-transform-react-jsx plugin really required? I have not read the sources, but I have thought that:
will be compiled directly to:
without jsx