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"
|
"description": "Maximum number of tasks to allow Metro to spawn"
|
||||||
},
|
},
|
||||||
"dumpAssetmap": {
|
"dumpAssetmap": {
|
||||||
"type": "string",
|
"type": "boolean",
|
||||||
"description": "Dump the asset map for further processing"
|
"description": "Dump the asset map for further processing"
|
||||||
},
|
},
|
||||||
"dumpSourcemap": {
|
"dumpSourcemap": {
|
||||||
"type": "string",
|
"type": "boolean",
|
||||||
"description": "Dump the source map for debugging the JS bundle"
|
"description": "Dump the source map for debugging the JS bundle"
|
||||||
},
|
},
|
||||||
"bundler": {
|
"bundler": {
|
||||||
|
|||||||
@ -31,11 +31,11 @@
|
|||||||
"description": "Maximum number of tasks to allow Metro to spawn"
|
"description": "Maximum number of tasks to allow Metro to spawn"
|
||||||
},
|
},
|
||||||
"dumpAssetmap": {
|
"dumpAssetmap": {
|
||||||
"type": "string",
|
"type": "boolean",
|
||||||
"description": "Dump the asset map for further processing"
|
"description": "Dump the asset map for further processing"
|
||||||
},
|
},
|
||||||
"dumpSourcemap": {
|
"dumpSourcemap": {
|
||||||
"type": "string",
|
"type": "boolean",
|
||||||
"description": "Dump the source map for debugging the JS bundle"
|
"description": "Dump the source map for debugging the JS bundle"
|
||||||
},
|
},
|
||||||
"bundler": {
|
"bundler": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user