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.
1 parent 870ea1e commit 5d4198eCopy full SHA for 5d4198e
package.json
@@ -26,11 +26,5 @@
26
"resolutions": {
27
"unimport": "4.1.1"
28
},
29
- "pnpm": {
30
- "ignoredBuiltDependencies": [
31
- "esbuild",
32
- "vue-demi"
33
- ]
34
- },
35
"packageManager": "pnpm@10.15.1"
36
}
pnpm-workspace.yaml
@@ -0,0 +1,4 @@
1
+ignoredBuiltDependencies:
2
+ - '@tailwindcss/oxide'
3
+ - esbuild
4
+ - vue-demi
0 commit comments