Skip to content

Commit

Permalink
Revision to the "browser" field doc
Browse files Browse the repository at this point in the history
It's used by a lot more bundlers than Browserify, so I removed
that specification.
  • Loading branch information
Evan Scott committed Feb 25, 2017
1 parent b3fb67a commit 66adad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This option is disabled by default. If you are introducing Jest to a large organ
### `browser` [boolean]
Default: `false`

Respect Browserify's [`"browser"` field](https://github.com/substack/browserify-handbook#browser-field) in `package.json` when resolving modules. Some modules export different versions based on whether they are operating in Node or a browser.
Respect the [`"browser"` field](https://github.com/substack/browserify-handbook#browser-field) in `package.json` when resolving modules. Some modules export different versions based on whether they are operating in Node or a browser.

### `bail` [boolean]
Default: `false`
Expand Down

0 comments on commit 66adad4

Please sign in to comment.