Skip to content

Commit cea1b0c

Browse files
jakub-gEugeneHlushko
authored andcommitted
docs(resolve): Remove outdated '*' string comment (#2998)
1 parent 66b96c4 commit cea1b0c

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
@@ -217,7 +217,7 @@ which is what enables users to leave off the extension when importing:
217217
import File from '../path/to/file';
218218
```
219219

220-
W> Using this will __override the default array__, meaning that webpack will no longer try to resolve modules using the default extensions. For modules that are imported with their extension, e.g. `import SomeFile from './somefile.ext'`, to be properly resolved, a string containing "\*" must be included in the array.
220+
W> Using this will __override the default array__, meaning that webpack will no longer try to resolve modules using the default extensions.
221221

222222

223223
### `resolve.mainFields`

0 commit comments

Comments
 (0)