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 e029d68 commit 5091d81Copy full SHA for 5091d81
src/content/api/cli.md
@@ -5,6 +5,7 @@ contributors:
5
- ev1stensberg
6
- simon04
7
- tbroadley
8
+ - chenxsan
9
related:
10
- title: Analyzing Build Statistics
11
url: https://survivejs.com/webpack/optimizing-build/analyzing-build-statistics/
@@ -37,7 +38,7 @@ See [configuration](/configuration) for the options in the configuration file.
37
38
## Usage without config file
39
40
```sh
-webpack <entry> [<entry>] <output>
41
+webpack <entry> [<entry>] -o <output>
42
```
43
44
**`<entry>`**
0 commit comments