We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506ed10 commit 954bd4aCopy full SHA for 954bd4a
src/content/configuration/configuration-types.md
@@ -62,6 +62,8 @@ module.exports = () => {
62
};
63
```
64
65
+W> Returning a `Promise` only works when using webpack via CLI. [`webpack()`](/api/node/#webpack) expects an object.
66
+
67
68
## Exporting multiple configurations
69
0 commit comments