Skip to content

Commit c52e9cd

Browse files
committed
add some yarn config
1 parent 1703ba3 commit c52e9cd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.yarnrc.yml

+19
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,22 @@ packageExtensions:
1111
source-map-loader@^4:
1212
dependencies:
1313
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+
level: discard
27+
- code: YN0008 # MUST_REBUILD
28+
level: discard
29+
- code: YN0013 # FETCH_NOT_CACHED
30+
level: discard
31+
- code: YN0019 # UNUSED_CACHE_ENTRY
32+
level: discard

0 commit comments

Comments
 (0)