You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/configuration/stats.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ contributors:
11
11
- renjithvk
12
12
- Raiondesu
13
13
- EugeneHlushko
14
+
- grgur
14
15
---
15
16
16
17
The `stats` option lets you precisely control what bundle information gets displayed. This can be a nice middle ground if you don't want to use `quiet` or `noInfo` because you want some bundle information, but not all of it.
@@ -224,3 +225,16 @@ For `assetsSort`, `chunksSort` and `moduleSort` there are several possible field
224
225
-`issuerId` - an id of the issuer;
225
226
-`issuerName` - a name of the issuer;
226
227
-`issuerPath` - a full issuer object. There's no real need to sort by this field;
228
+
229
+
### Colors
230
+
231
+
You can specify your own terminal output colors using [ANSI escape sequences](https://en.wikipedia.org/wiki/ANSI_escape_code)
0 commit comments