We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignoredBuiltDependencies
1 parent 1327a23 commit a4be9d4Copy full SHA for a4be9d4
package.json
@@ -119,16 +119,6 @@
119
"vitest": "^3.2.4",
120
"vue": "^3.5.22"
121
},
122
- "pnpm": {
123
- "ignoredBuiltDependencies": [
124
- "core-js"
125
- ],
126
- "onlyBuiltDependencies": [
127
- "electron",
128
- "esbuild",
129
- "vue-demi"
130
- ]
131
- },
132
"simple-git-hooks": {
133
"pre-commit": "pnpm lint-staged"
134
pnpm-workspace.yaml
@@ -30,3 +30,14 @@ catalog:
30
vue: ^3.5.22
31
vue-router: ^4.6.0
32
vue-virtual-scroller: 2.0.0-beta.8
33
+
34
+ignoredBuiltDependencies:
35
+ - '@parcel/watcher'
36
+ - core-js
37
+ - simple-git-hooks
38
+ - yorkie
39
40
+onlyBuiltDependencies:
41
+ - electron
42
+ - esbuild
43
+ - vue-demi
0 commit comments