Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/content/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ contributors:
- ev1stensberg
- simon04
- tbroadley
- chenxsan
related:
- title: Analyzing Build Statistics
url: https://survivejs.com/webpack/optimizing-build/analyzing-build-statistics/
Expand Down Expand Up @@ -37,7 +38,7 @@ See [configuration](/configuration) for the options in the configuration file.
## Usage without config file

```sh
webpack <entry> [<entry>] <output>
webpack <entry> [<entry>] -o <output>
```

**`<entry>`**
Expand Down