build: 组件打包时排除@vueuse/core、element-plus
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user