add pnpm configuration for built dependencies
This commit is contained in:
parent
1624fc0ee4
commit
32bebcaf46
1 changed files with 6 additions and 0 deletions
|
|
@ -28,5 +28,11 @@
|
||||||
"vue": "^3.5.19",
|
"vue": "^3.5.19",
|
||||||
"vue-router": "^4.5.1",
|
"vue-router": "^4.5.1",
|
||||||
"vue-toastification": "2.0.0-rc.5"
|
"vue-toastification": "2.0.0-rc.5"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"esbuild",
|
||||||
|
"@parcel/watcher"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue