Skip to content

Commit b853b12

Browse files
committed
docs(api): Link webpack CLI Environment options section to guide
1 parent 365615c commit b853b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/api/cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ The `--env` argument accepts various syntaxes:
139139
| webpack --env.prod --env.min | `{ prod: true, min: true }` |
140140
| webpack --env.prod --env min | `[{ prod: true }, "min"]` |
141141

142+
T> See this [environment variables](/guides/environment-variables) guide for more information.
143+
142144
### Output Options
143145

144146
This set of options allows you to manipulate certain [output](/configuration/output) parameters of your build.

0 commit comments

Comments
 (0)