Skip to content

Commit

Permalink
docs: update README.md with babel configuration info (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmwelch authored and bcoe committed Jun 8, 2018
1 parent 893345a commit f0d98a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -103,7 +103,7 @@ project uses the babel tool chain:
}
```

Note: With this configuration, the Istanbul instrumentation will only be active when `NODE_ENV` or `BABEL_ENV` is `test`.
Note: With this configuration, the Istanbul instrumentation will only be active when `NODE_ENV` or `BABEL_ENV` is `test` unless the environment is a valid entry in `"env"` within the `.babelrc` file.

We recommend using the [`cross-env`](https://npmjs.com/package/cross-env) package to set these environment variables
in your `package.json` scripts in a way that works cross-platform.
Expand Down

0 comments on commit f0d98a5

Please sign in to comment.