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 cdc42e4 commit 3e19ebaCopy full SHA for 3e19eba
src/content/api/cli.md
@@ -153,8 +153,8 @@ Parameter | Explanation | Input
153
`--config` | Path to the config file | string | webpack.config.js or webpackfile.js
154
`--config-register, -r` | Preload one or more modules before loading the webpack configuration | array |
155
`--config-name` | Name of the config to use | string |
156
-`--env` | Environment passed to the config, when it is a function |
157
-`--mode` | Mode to use, either "development" or "production" | string |
+`--env` | Environment passed to the config, when it is a function | |
+`--mode` | Mode to use, either "development" or "production" | string |
158
159
### Output Options
160
0 commit comments