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 3e19eba commit 50a6620Copy full SHA for 50a6620
src/content/configuration/configuration-types.md
@@ -9,6 +9,7 @@ contributors:
9
- fadysamirsadek
10
- byzyk
11
- EugeneHlushko
12
+ - dhurlburtusa
13
---
14
15
Besides exporting a single config object, there are a few more ways that cover other needs as well.
@@ -81,4 +82,4 @@ module.exports = [{
81
82
}];
83
```
84
-T> If you pass a name to `--config-name` flag, webpack will only build that specific configuration.
85
+T> If you pass a name to [`--config-name`](/api/cli/#config-options) flag, webpack will only build that specific configuration.
0 commit comments