Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 98c1dd3

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

File tree

Expand file treeCollapse file tree

1 file changed

+10
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-2
lines changed

‎src/content/api/resolver.md renamed to ‎src/content/api/resolvers.md

Copy file name to clipboardExpand all lines: src/content/api/resolvers.md
+10-2Lines changed: 10 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.