mention process.versions.node [skip ci]

This commit is contained in:
Henry Zhu 2016-10-11 09:10:11 -04:00 committed by GitHub
parent efbeb06c63
commit 417a9c8dc3

View File

@ -44,6 +44,8 @@ Currently: "chrome, edge, firefox, safari, node"
> Some node features are > `6.5`
> If your config is a js file, also do `"node": parseFloat(process.versions.node)`
* `loose` (boolean) - Enable "loose" transformations for any plugins in this preset that allow them (Disabled by default).
* `modules` - Enable transformation of ES6 module syntax to another module type (Enabled by default to `"commonjs"`).
* Can be `false` to not transform modules, or one of `["amd", "umd", "systemjs", "commonjs"]`