Skip to content

Commit

Permalink
Document new option
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hyndman committed Feb 10, 2022
1 parent 9d6a580 commit 56c0679
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/node-resolve/README.md
Expand Up @@ -75,7 +75,14 @@ If `true`, instructs the plugin to use the browser module resolutions in `packag
Type: `Array[...String]`<br>
Default: `['node_modules']`

One or more directories in which to recursively look for modules.
A list of directory names in which to recursively look for modules.

### `modulePaths`

Type: `Array[...String]`<br>
Default: `[]`

A list of absolute paths to additional locations to search for modules. This is analogous to setting the `NODE_PATH` environment variable for node.

### `dedupe`

Expand Down

0 comments on commit 56c0679

Please sign in to comment.