fix(expo): Correct schema for export executor (#18085)
This commit is contained in:
parent
d5ceca9499
commit
510e03d714
@ -34,11 +34,11 @@
|
||||
"description": "Maximum number of tasks to allow Metro to spawn"
|
||||
},
|
||||
"dumpAssetmap": {
|
||||
"type": "string",
|
||||
"type": "boolean",
|
||||
"description": "Dump the asset map for further processing"
|
||||
},
|
||||
"dumpSourcemap": {
|
||||
"type": "string",
|
||||
"type": "boolean",
|
||||
"description": "Dump the source map for debugging the JS bundle"
|
||||
},
|
||||
"bundler": {
|
||||
|
||||
@ -31,11 +31,11 @@
|
||||
"description": "Maximum number of tasks to allow Metro to spawn"
|
||||
},
|
||||
"dumpAssetmap": {
|
||||
"type": "string",
|
||||
"type": "boolean",
|
||||
"description": "Dump the asset map for further processing"
|
||||
},
|
||||
"dumpSourcemap": {
|
||||
"type": "string",
|
||||
"type": "boolean",
|
||||
"description": "Dump the source map for debugging the JS bundle"
|
||||
},
|
||||
"bundler": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user