Skip to content

Commit 310df1a

Browse files
Joe Bottiglieroskipjack
authored andcommitted
docs(api): add --silent option to cli.md (#1781)
1 parent 79cbdf7 commit 310df1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/api/cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ Specifies a different [configuration](/configuration) file to pick up. Use this
109109
webpack --config example.config.js
110110
```
111111

112+
**Suppress output of webpack**
113+
114+
```bash
115+
webpack --silent
116+
```
117+
112118
**Print result of webpack as a JSON**
113119

114120
```bash

0 commit comments

Comments
 (0)