We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1703ba3 commit c52e9cdCopy full SHA for c52e9cd
.yarnrc.yml
@@ -11,3 +11,22 @@ packageExtensions:
11
source-map-loader@^4:
12
dependencies:
13
webpack: ^5
14
+
15
+enableTelemetry: false
16
17
+httpTimeout: 60000
18
19
+# these messages provide no actionable information, and make non-TTY output
20
+# almost unreadable, masking real dependency-related information
21
+# see: https://yarnpkg.com/advanced/error-codes
22
+logFilters:
23
+ - code: YN0006 # SOFT_LINK_BUILD
24
+ level: discard
25
+ - code: YN0007 # MUST_BUILD
26
27
+ - code: YN0008 # MUST_REBUILD
28
29
+ - code: YN0013 # FETCH_NOT_CACHED
30
31
+ - code: YN0019 # UNUSED_CACHE_ENTRY
32
0 commit comments