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 adccb3e commit b1b4202Copy full SHA for b1b4202
package.json
@@ -29,11 +29,5 @@
29
"resolutions": {
30
"unimport": "4.1.1"
31
},
32
- "pnpm": {
33
- "ignoredBuiltDependencies": [
34
- "esbuild",
35
- "vue-demi"
36
- ]
37
- },
38
"packageManager": "[email protected]"
39
}
pnpm-workspace.yaml
@@ -0,0 +1,5 @@
1
+ignoredBuiltDependencies:
2
+ - '@tailwindcss/oxide'
3
+ - esbuild
4
+ - maplibre-gl
5
+ - vue-demi
0 commit comments