Skip to content

Commit 0d01d47

Browse files
author
Robert Mosolgo
committed
Merge pull request #397 from yuku-t/update-readme
Update README.md
2 parents 290765a + bac8b5a commit 0d01d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ and pass [options](http://babeljs.io/docs/usage/options/) to the babel transpile
102102

103103
```ruby
104104
config.react.jsx_transform_options = {
105-
blacklist: ['spec.functionName', 'validation.react'], # default options
105+
blacklist: ['spec.functionName', 'validation.react', 'strict'], # default options
106106
optional: ["transformerName"], # pass extra babel options
107107
whitelist: ["useStrict"] # even more options
108108
}

0 commit comments

Comments
 (0)