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 365615c commit b853b12Copy full SHA for b853b12
src/content/api/cli.md
@@ -139,6 +139,8 @@ The `--env` argument accepts various syntaxes:
139
| webpack --env.prod --env.min | `{ prod: true, min: true }` |
140
| webpack --env.prod --env min | `[{ prod: true }, "min"]` |
141
142
+T> See this [environment variables](/guides/environment-variables) guide for more information.
143
+
144
### Output Options
145
146
This set of options allows you to manipulate certain [output](/configuration/output) parameters of your build.
0 commit comments