File tree 1 file changed +4
-4
lines changed
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
93
93
94
94
``` ruby
95
95
config.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
99
99
}
100
100
```
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.
102
102
103
103
#### JSXTransformer options
104
104
You can’t perform that action at this time.
0 commit comments