File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,13 @@ descriptions.
45
45
46
46
## Configuration Options
47
47
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.
You can’t perform that action at this time.
0 commit comments