Skip to content

Commit f0d98a5

Browse files
dmwelchbcoe
authored andcommitted
docs: update README.md with babel configuration info (#860)
1 parent 893345a commit f0d98a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ project uses the babel tool chain:
103103
}
104104
```
105105

106-
Note: With this configuration, the Istanbul instrumentation will only be active when `NODE_ENV` or `BABEL_ENV` is `test`.
106+
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.
107107

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

0 commit comments

Comments
 (0)