-
Notifications
You must be signed in to change notification settings - Fork 966
Expand file tree
/
Copy path.yarnrc.yml
More file actions
33 lines (29 loc) · 787 Bytes
/
.yarnrc.yml
File metadata and controls
33 lines (29 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
nodeLinker: node-modules
enableImmutableInstalls: false
# prettier-ignore
packageExtensions:
"@nrwl/devkit@^15":
dependencies:
nx: ^15
postcss-cssnext@^3.1.0:
dependencies:
caniuse-lite: ^1
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