Docs: add helpers to readme [skip ci]
This commit is contained in:
@@ -40,8 +40,9 @@ Add the following line to your `.babelrc` file:
|
||||
{
|
||||
"plugins": [
|
||||
["transform-runtime", {
|
||||
"polyfill": false,
|
||||
"regenerator": true
|
||||
"helpers": false, // defaults to true
|
||||
"polyfill": false, // defaults to true
|
||||
"regenerator": true // defaults to true
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user