gaearon / react-transform-boilerplate

A new Webpack boilerplate with hot reloading React components, and error handling on module and component level.
Creative Commons Zero v1.0 Universal
3.36k stars 430 forks source link

support jsx extension #121

Closed rwhitmire closed 8 years ago

rwhitmire commented 8 years ago

I find myself always adding .jsx extension support to this boilerplate.

gaearon commented 8 years ago

I see your point, but I’d rather keep the config more simple. From my observations the pendulum has swung into another direction, and after Babel came out I found that people stopped putting JSX behind a separate extension, as technically it’s not really different form other Babel code.