-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
36 lines (31 loc) · 881 Bytes
/
.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
changesetBaseRefs:
- main
- origin/main
- upstream/main
# npmScopes:
# redneckz:
# npmAlwaysAuth: true
# npmAuthIdent: "${NPM_REGISTRY_AUTH-}"
# npmPublishRegistry: "${NPM_REGISTRY-}"
packageExtensions:
babel-loader@*:
dependencies:
"@babel/core": "*"
fork-ts-checker-webpack-plugin@*:
peerDependencies:
"@vue/compiler-sfc": "*"
babel-loader: "*"
vue-loader@*:
peerDependencies:
"@vue/compiler-sfc": "*"
webpack: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
unsafeHttpWhitelist:
- "${UNSAFE_NPM_REGISTRY_HOST-}"
yarnPath: .yarn/releases/yarn-2.4.3.cjs