coffee-reactify
coffee-reactify copied to clipboard
DEPRECATED – browserify transform to compile coffeescript + react jsx (cjsx)
Results
3
coffee-reactify issues
Sort by
recently updated
recently updated
newest added
Can you please update the doc how can I use `coffee-reactify` with gulp? Regards, Alex
`browserify -t coffee-reactify --extension=".cjsx" --extension=".coffee" -` `browserify -t coffee-reactify -` I get this error for above commands. It probaby wants .coffee or .cjsx file but the generated file by browserify...