Skip to content

docs(api): rephrase description for negated flags #4229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/content/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ contributors:
- EslamHiko
- smelukov
- anikethsaha
- jamesgeorge007
related:
- title: Analyzing Build Statistics
url: https://survivejs.com/webpack/optimizing-build/analyzing-build-statistics/
Expand Down Expand Up @@ -79,8 +80,8 @@ Note: These are the flags with webpack v4, starting v5 CLI also supports [core f

| Flag | Description |
| ---------- | ------------------------------------------------------------- |
| --no-color | Disabled any color on the console |
| --no-hot | Disabled hot reloading if you have it enabled via your config |
| --no-color | Disables any color on the console |
| --no-hot | Disables hot reloading if you have it enabled via your config |
| --no-stats | Disables any compilation stats emitted by webpack |
| --no-watch | Do not watch for file changes |
| --no-devtool | Do not generate source maps |
Expand Down