Skip to content

Commit

Permalink
docs: update readme to reflect conditionNames default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 16, 2023
2 parents e966677 + 568b399 commit d4fb512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ myResolver.resolve(context, lookupStartPath, request, resolveContext, (
| extensionAlias | {} | An object which maps extension to extension aliases |
| cachePredicate | function() { return true }; | A function which decides whether a request should be cached or not. An object is passed to the function with `path` and `request` properties. |
| cacheWithContext | true | If unsafe cache is enabled, includes `request.context` in the cache key |
| conditionNames | ["node"] | A list of exports field condition names |
| conditionNames | [] | A list of exports field condition names |
| descriptionFiles | ["package.json"] | A list of description files to read from |
| enforceExtension | false | Enforce that a extension from extensions must be used |
| exportsFields | ["exports"] | A list of exports fields in description files |
Expand Down

0 comments on commit d4fb512

Please sign in to comment.