Skip to content

Commit e4e2c96

Browse files
Update src/content/configuration/configuration-types.md
Co-Authored-By: Eugene Hlushko <jhlushko@gmail.com>
1 parent f73297e commit e4e2c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/configuration-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = () => {
5959
};
6060
```
6161

62-
W> Keep in mind this only works when using CLI. [`webpack()`](/api/node/#webpack) expects a config object.
62+
W> Returning a `Promise` only works when using webpack via CLI. [`webpack()`](/api/node/#webpack) expects an object.
6363

6464

6565
## Exporting multiple configurations

0 commit comments

Comments
 (0)