docs(core): document all/none for rollup external (#17005)
This commit is contained in:
parent
881067bbd2
commit
c34853d2d1
@ -70,7 +70,7 @@
|
||||
},
|
||||
"external": {
|
||||
"type": "array",
|
||||
"description": "A list of external modules that will not be bundled (`react`, `react-dom`, etc.).",
|
||||
"description": "A list of external modules that will not be bundled (`react`, `react-dom`, etc.). Can also be set to `all` (bundle nothing) or `none` (bundle everything).",
|
||||
"oneOf": [
|
||||
{ "type": "string", "enum": ["all", "none"] },
|
||||
{ "type": "array", "items": { "type": "string" } }
|
||||
|
||||
@ -70,7 +70,7 @@
|
||||
},
|
||||
"external": {
|
||||
"type": "array",
|
||||
"description": "A list of external modules that will not be bundled (`react`, `react-dom`, etc.).",
|
||||
"description": "A list of external modules that will not be bundled (`react`, `react-dom`, etc.). Can also be set to `all` (bundle nothing) or `none` (bundle everything).",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user