Docs: add helpers to readme [skip ci]

This commit is contained in:
Henry Zhu
2016-07-27 10:58:11 -04:00
committed by GitHub
parent 3b4b3656a8
commit 18238ac072

View File

@@ -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
}]
]
}