Skip to content

Commit 98c1dd3

Browse files
committed
docs(api): rename resolvers page for clarity and finish rewrite
1 parent 55f8855 commit 98c1dd3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/content/api/resolver.md src/content/api/resolvers.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,13 @@ descriptions.
4545

4646
## Configuration Options
4747

48-
Briefly discuss and link to resolver-related configuration docs. Clarify how
49-
the options affect the three different resolvers...
48+
The resolvers mentioned above can also be customized via a configuration file
49+
with the [`resolve`]() or [`resolveLoader`]() options. These options allow
50+
users to change the resolving behavior through a variety of options including
51+
through resolve `plugins`.
52+
53+
The resolver plugins, e.g. [`DirectoryNamedPlugin`]
54+
(https://github.com/shaketbaby/directory-named-webpack-plugin), can be included
55+
directly in `resolve.plugins` rather than using standard plugins. Note that the
56+
`resolve` configuration affects the `normal` and `context` resolvers while
57+
`resolveLoader` is used to modify the `loader` resolver.

0 commit comments

Comments
 (0)