docs(core): document all/none for rollup external (#17005)
This commit is contained in:
parent
881067bbd2
commit
c34853d2d1
@ -70,7 +70,7 @@
|
|||||||
},
|
},
|
||||||
"external": {
|
"external": {
|
||||||
"type": "array",
|
"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": [
|
"oneOf": [
|
||||||
{ "type": "string", "enum": ["all", "none"] },
|
{ "type": "string", "enum": ["all", "none"] },
|
||||||
{ "type": "array", "items": { "type": "string" } }
|
{ "type": "array", "items": { "type": "string" } }
|
||||||
|
|||||||
@ -70,7 +70,7 @@
|
|||||||
},
|
},
|
||||||
"external": {
|
"external": {
|
||||||
"type": "array",
|
"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": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user