Fix babel-plugin-transform-regenerator README (#5852)
This commit is contained in:
parent
1b29ab1289
commit
fea3a72838
@ -60,13 +60,13 @@ With options:
|
||||
|generators|true|
|
||||
|async|true|
|
||||
|
||||
````json
|
||||
```json
|
||||
{
|
||||
"plugins": [
|
||||
["transform-regenerator", {
|
||||
asyncGenerators: false,
|
||||
generators: false,
|
||||
async: false
|
||||
"asyncGenerators": false,
|
||||
"generators": false,
|
||||
"async": false
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user