build: 组件打包时排除@vueuse/core、element-plus

This commit is contained in:
peerless_hero
2023-08-30 15:42:47 +08:00
parent 9de80da9e4
commit 82c9337a6d
4 changed files with 8 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@thzxcx/vue3",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
@ -38,6 +38,10 @@
"storybook:help": "storybook build -h",
"prepare": "is-ci || husky install"
},
"peerDependencies": {
"@vueuse/core": "*",
"element-plus": "^2.3.9"
},
"dependencies": {
"vue": "^3.2.47"
},