We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d78c5 commit 0c67c47Copy full SHA for 0c67c47
README.md
@@ -80,6 +80,8 @@ the `sourceMaps` option to `inline`.
80
```
81
82
Note: With this configuration, the `__coverage__` will only be active when `NODE_ENV` or `BABEL_ENV` is `test`.
83
+ We recommend using the [`cross-env`](https://npmjs.com/package/cross-env) package to set these environment variables
84
+ in your `package.json` scripts in a way that works cross-platform.
85
86
2. disable nyc's instrumentation and source-maps:
87
0 commit comments