We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9c9b4 commit 25d7553Copy full SHA for 25d7553
src/content/api/cli.md
@@ -6,6 +6,7 @@ contributors:
6
- simon04
7
- tbroadley
8
- chenxsan
9
+ - rencire
10
- madhavarshney
11
related:
12
- title: Analyzing Build Statistics
@@ -68,7 +69,7 @@ If your project structure is as follows -
68
69
```
70
71
```bash
-webpack ./src/index.js dist/bundle.js
72
+webpack src/index.js -o dist/bundle.js
73
74
75
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