fix: optimize the dependency detection script prompt and fix the loop dependency problem
This commit is contained in:
@@ -4,4 +4,5 @@ export default defineBuildConfig({
|
||||
clean: true,
|
||||
declaration: true,
|
||||
entries: ['src/index'],
|
||||
externals: ['vue'],
|
||||
});
|
||||
|
@@ -35,7 +35,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@vben-core/iconify": "workspace:*",
|
||||
"vue": "^3.4.31"
|
||||
"@vben-core/iconify": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user