Skip to content

Commit

Permalink
docs(api): rename resolvers page for clarity and finish rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
skipjack committed Dec 27, 2017
1 parent 55f8855 commit 98c1dd3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/content/api/resolver.md → src/content/api/resolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,13 @@ descriptions.

## Configuration Options

Briefly discuss and link to resolver-related configuration docs. Clarify how
the options affect the three different resolvers...
The resolvers mentioned above can also be customized via a configuration file
with the [`resolve`]() or [`resolveLoader`]() options. These options allow
users to change the resolving behavior through a variety of options including
through resolve `plugins`.

The resolver plugins, e.g. [`DirectoryNamedPlugin`]
(https://github.com/shaketbaby/directory-named-webpack-plugin), can be included
directly in `resolve.plugins` rather than using standard plugins. Note that the
`resolve` configuration affects the `normal` and `context` resolvers while
`resolveLoader` is used to modify the `loader` resolver.

0 comments on commit 98c1dd3

Please sign in to comment.