andreypopp / reactify

[DEPRECATED] Browserify transform for JSX (superset of JavaScript used in React library by Facebook)
MIT License
690 stars 68 forks source link

Allow user to specify their own file extensions #63

Closed mikecao closed 8 years ago

mikecao commented 9 years ago

The benefit now is that you can specify an exclusive list of extensions to process, for instance only jsx files.

Ideally, the existing --extension|-x option can be removed because you can specify as many extensions as you want now, but I left it in there because I didn't want to break any existing functionality.