Skip to content

Commit

Permalink
add some yarn config
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Oct 10, 2023
1 parent 1703ba3 commit c52e9cd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,22 @@ packageExtensions:
source-map-loader@^4:
dependencies:
webpack: ^5

enableTelemetry: false

httpTimeout: 60000

# these messages provide no actionable information, and make non-TTY output
# almost unreadable, masking real dependency-related information
# see: https://yarnpkg.com/advanced/error-codes
logFilters:
- code: YN0006 # SOFT_LINK_BUILD
level: discard
- code: YN0007 # MUST_BUILD
level: discard
- code: YN0008 # MUST_REBUILD
level: discard
- code: YN0013 # FETCH_NOT_CACHED
level: discard
- code: YN0019 # UNUSED_CACHE_ENTRY
level: discard

0 comments on commit c52e9cd

Please sign in to comment.