yahoo / jsx-test

An easy way to test your React Components (`.jsx` files).
Other
27 stars 17 forks source link

Support babel 6 #33

Open roderickhsiao opened 8 years ago

roderickhsiao commented 8 years ago

we are not directly require babel in helper, this will prevent user upgrade to babel 6.

Possible remove the jsx-compile function or upgrade to babel 6 syntax

3den commented 8 years ago

@roderickhsiao when i started this project the main goal of jsx-test was to be able to require jsx files on tests, but thanks to babel that is not longer an issue.

I think we should be able to remove jsxTranspile, remove the babel dependency and publish a major update.

redonkulus commented 8 years ago

:+1: on that, better to just document that people use babel directly.