Skip to content

Commit

Permalink
docs(api): Link webpack CLI Environment options section to guide
Browse files Browse the repository at this point in the history
  • Loading branch information
grisanu committed Aug 29, 2017
1 parent 4690f8d commit 44d7fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ The `--env` argument accepts various syntaxes:
| webpack --env.prod --env.min | `{ prod: true, min: true }` |
| webpack --env.prod --env min | `[{ prod: true }, "min"]` |

T> See this [environment variables](/guides/environment-variables) guide for more information.

### Output Options

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

0 comments on commit 44d7fb6

Please sign in to comment.