We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df88414 commit f389a3aCopy full SHA for f389a3a
content/configuration/resolve.md
@@ -178,15 +178,6 @@ Default: `["index"]`
178
The filename to be used while resolving directories.
179
180
181
-## `resolve.moduleExtensions`
182
-
183
-`array`
184
185
-Example: `['-loaders']`
186
187
-These extensions are tried when resolving a module.
188
189
190
## `resolve.modules`
191
192
`array`
@@ -260,6 +251,16 @@ That's a `resolveLoader` only property.It describes alternatives for the module
260
251
261
252
Default: `["*-webpack-loader", "*-web-loader", "*-loader", "*"]`
262
253
254
+
255
+## `resolveLoader.moduleExtensions`
256
257
+`array`
258
259
+Example: `['-loaders']`
+These extensions which are tried when resolving a module.
263
264
## `resolve.plugins`
265
266
?> Description
0 commit comments