Merge pull request #380 from leggiero/patch-1

Fixed "node: current" example
This commit is contained in:
Artem Yavorsky 2017-07-25 03:38:03 +03:00 committed by GitHub
commit 5fa460ff2a

View File

@ -112,7 +112,7 @@ The [data](https://github.com/babel/babel-preset-env/blob/master/data/plugins.js
`number | string | "current" | true`
If you want to compile against the current node version, you can specify `"node": true` or `"node": "current"`, which would be the same as `"node": parseFloat(process.versions.node)`.
If you want to compile against the current node version, you can specify `"node": true` or `"node": "current"`, which would be the same as `"node": process.versions.node`.
### `targets.browsers`