Skip to content

Commit aeef348

Browse files
chouchoujichouchouji
andauthored
fix(types): add export field for plugins (#239)
Co-authored-by: chouchouji <jibinbin@dcloud.io>
1 parent 5fab299 commit aeef348

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/core/src/config/types/subPackages.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export interface SubPackage {
2020

2121
provider: string
2222

23+
export?: string
24+
2325
[key: string]: any
2426
}
2527
}

packages/schema/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2839,6 +2839,9 @@
28392839
},
28402840
"version": {
28412841
"type": "string"
2842+
},
2843+
"export": {
2844+
"type": "string"
28422845
}
28432846
},
28442847
"required": [

0 commit comments

Comments
 (0)