Skip to content

Commit 5d228ef

Browse files
doersinoEugeneHlushko
authored andcommitted
docs(config): fix typo by removing extraneous 'which' (#2670)
1 parent 9033607 commit 5d228ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/resolve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ T> Note that you can use alias here and other features familiar from resolve. Fo
389389

390390
`array`
391391

392-
The extensions/suffixes which that are used when resolving loaders. Since version two, we [strongly recommend](/migrate/3/#automatic-loader-module-name-extension-removed) using the full name, e.g. `example-loader`, as much as possible for clarity. However, if you really wanted to exclude the `-loader` bit, i.e. just use `example`, you can use this option to do so:
392+
The extensions/suffixes that are used when resolving loaders. Since version two, we [strongly recommend](/migrate/3/#automatic-loader-module-name-extension-removed) using the full name, e.g. `example-loader`, as much as possible for clarity. However, if you really wanted to exclude the `-loader` bit, i.e. just use `example`, you can use this option to do so:
393393

394394
```js
395395
module.exports = {

0 commit comments

Comments
 (0)