File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,12 @@ and pass [options](http://babeljs.io/docs/usage/options/) to the babel transpile
9393
9494``` ruby
9595config.react.jsx_transform_options = {
96- blacklist: [' spec.functionName' , ' validation.react' ], // default options
97- optional: [" transformerName" ], // pass extra babel options
98- whitelist: [" useStrict" ] // even more options
96+ blacklist: [' spec.functionName' , ' validation.react' ], # default options
97+ optional: [" transformerName" ], # pass extra babel options
98+ whitelist: [" useStrict" ] # even more options
9999}
100100```
101- Under the hood, ` react-rails ` users [ ruby-babel-transpiler] ( https://github.com/babel/ruby-babel-transpiler ) , for transformation.
101+ Under the hood, ` react-rails ` uses [ ruby-babel-transpiler] ( https://github.com/babel/ruby-babel-transpiler ) , for transformation.
102102
103103#### JSXTransformer options
104104
You can’t perform that action at this time.
0 commit comments