File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ contributors:
16
16
- EslamHiko
17
17
- smelukov
18
18
- anikethsaha
19
+ - jamesgeorge007
19
20
related :
20
21
- title : Analyzing Build Statistics
21
22
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
79
80
80
81
| Flag | Description |
81
82
| ---------- | ------------------------------------------------------------- |
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 |
84
85
| --no-stats | Disables any compilation stats emitted by webpack |
85
86
| --no-watch | Do not watch for file changes |
86
87
| --no-devtool | Do not generate source maps |
You can’t perform that action at this time.
0 commit comments