podio / requirejs-react-jsx

A RequireJS plugin for loading jsx in development and compiling (with r.js). Supports bundling and 1:1 source maps in development and production.
MIT License
104 stars 20 forks source link

Added support for passing react transform options from config #1

Closed thegecko closed 9 years ago

thegecko commented 9 years ago

Added support for passing react transform options from config to jsxTransformer or react-tools

srn commented 9 years ago

Good stuff, thanks. :ok_hand: