jsx-loader
jsx-loader copied to clipboard
Pass --target option for harmony transposing.
With the upcoming release of React v0.13.0, there is additional harmony support coming. Part of that is passing --target (es3|es5)
to the jsx
CLI. This should be added to the jsx-loader as an option.