Skip to content

Commit 25d7553

Browse files
renciremontogeek
authored andcommitted
docs(api): Added missing output flag in example. (webpack#2087)
1 parent fb9c9b4 commit 25d7553

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/api/cli.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ contributors:
66
- simon04
77
- tbroadley
88
- chenxsan
9+
- rencire
910
- madhavarshney
1011
related:
1112
- title: Analyzing Build Statistics
@@ -68,7 +69,7 @@ If your project structure is as follows -
6869
```
6970

7071
```bash
71-
webpack ./src/index.js dist/bundle.js
72+
webpack src/index.js -o dist/bundle.js
7273
```
7374

7475
This will bundle your source code with entry as `index.js` and the output bundle file will have a path of `dist` and the filename will be `bundle.js`

0 commit comments

Comments
 (0)