-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
59 lines (45 loc) · 1.65 KB
/
.yarnrc.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
compressionLevel: mixed
conditions:
BABEL_8_BREAKING:
default: false
USE_ESM:
default: false
enableConstraintsChecks: true
enableGlobalCache: true
# Disable hardened mode. The Hardened mode will be run in the prepare-yarn-cache CI job.
enableHardenedMode: false
# Disable postinstall scripts.
enableScripts: false
enableTransparentWorkspaces: false
nmMode: hardlinks-local
nodeLinker: node-modules
packageExtensions:
psl@*:
dependencies:
punycode: ^2.3.0
plugins:
- checksum: 0f9f9afc8fdd7275b8c61b00ae8e74f7c23ac91533bacd242cc9478f6d20792335145d9b68abe8d01b6e50844bbb6a777097cc85973990fe4badf2c9a2b6ae11
path: .yarn/plugins/@yarnpkg/plugin-babel-release-tool.cjs
spec: "https://raw.githubusercontent.com/nicolo-ribaudo/yarn-plugin-babel-release-tool/main/bundles/%40yarnpkg/plugin-babel-release-tool.js"
- checksum: 6cf6890a3e6d1f062f554975b176684bc580b2e8b2f708dc29b80a7f6c9ba28f6df205348fa9e0b007cb2f50c447aadbead1374385e302c0ac5d728b1de0de92
path: .yarn/plugins/@yarnpkg/plugin-conditions.cjs
spec: "https://raw.githubusercontent.com/nicolo-ribaudo/yarn-plugin-conditions/main/bundles/%40yarnpkg/plugin-conditions.js"
preferInteractive: true
releaseTool:
ignoreChanges:
- "*.md"
- "*.txt"
- test/**
- "**/test/**"
- codemods/**
- "@(!(native-modules|built-ins|plugins|package|corejs2-built-ins|corejs3-shipped-proposals|plugins-bugfixes)).json"
implicitDependencies:
"@babel/runtime":
- "@babel/helpers"
"@babel/runtime-corejs2":
- "@babel/helpers"
"@babel/runtime-corejs3":
- "@babel/helpers"
unsafeHttpWhitelist:
- localhost
yarnPath: .yarn/releases/yarn-4.3.1.cjs