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 f73297e commit e4e2c96Copy full SHA for e4e2c96
src/content/configuration/configuration-types.md
@@ -59,7 +59,7 @@ module.exports = () => {
59
};
60
```
61
62
-W> Keep in mind this only works when using CLI. [`webpack()`](/api/node/#webpack) expects a config object.
+W> Returning a `Promise` only works when using webpack via CLI. [`webpack()`](/api/node/#webpack) expects an object.
63
64
65
## Exporting multiple configurations
0 commit comments