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 2b8c7c3 commit 17895aaCopy full SHA for 17895aa
src/packageTransformation.ts
@@ -82,7 +82,7 @@ export function process(packageObj: any): any {
82
}
83
})
84
85
- if (packageObj?.dependencies['element-ui'] != undefined) {
+ if (packageObj?.dependencies && packageObj?.dependencies['element-ui']) {
86
delete packageObj.dependencies['element-ui']
87
packageObj.dependencies['element-plus'] = '^1.0.2-beta.55'
88
0 commit comments