We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f81fe8 commit 0643992Copy full SHA for 0643992
.npmrc
package.json
@@ -34,10 +34,5 @@
34
"is-in-ci": "^1.0.0",
35
"turbo": "^2.8.16",
36
"typescript": "catalog:"
37
- },
38
- "pnpm": {
39
- "overrides": {
40
- "caniuse-lite": "^1.0.30001774"
41
- }
42
}
43
pnpm-workspace.yaml
@@ -4,6 +4,21 @@ packages:
4
- "tests/*"
5
- "website"
6
7
+autoInstallPeers: false
8
+linkWorkspacePackages: true
9
+packageManagerStrict: true
10
+packageManagerStrictVersion: false
11
+updateNotifier: false
12
+
13
+overrides:
14
+ "caniuse-lite": ^1.0.30001774
15
16
+allowBuilds:
17
+ "@biomejs/biome": true
18
+ "@swc/core": true
19
+ "core-js": true
20
+ "esbuild": true
21
22
catalog:
23
"@rspack/core": ^1.6.0
24
"@rslib/core": ^0.6.3
0 commit comments