Skip to content

Commit ea2a70c

Browse files
docs: rephrase description for negated flags (#4229)
1 parent 5c83126 commit ea2a70c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/api/cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ contributors:
1616
- EslamHiko
1717
- smelukov
1818
- anikethsaha
19+
- jamesgeorge007
1920
related:
2021
- title: Analyzing Build Statistics
2122
url: https://survivejs.com/webpack/optimizing-build/analyzing-build-statistics/
@@ -79,8 +80,8 @@ Note: These are the flags with webpack v4, starting v5 CLI also supports [core f
7980

8081
| Flag | Description |
8182
| ---------- | ------------------------------------------------------------- |
82-
| --no-color | Disabled any color on the console |
83-
| --no-hot | Disabled hot reloading if you have it enabled via your config |
83+
| --no-color | Disables any color on the console |
84+
| --no-hot | Disables hot reloading if you have it enabled via your config |
8485
| --no-stats | Disables any compilation stats emitted by webpack |
8586
| --no-watch | Do not watch for file changes |
8687
| --no-devtool | Do not generate source maps |

0 commit comments

Comments
 (0)