docs(module-federation): clarify usage of skipRemotes (#21887)
This commit is contained in:
parent
86acef668c
commit
fc0c99dd96
@ -112,7 +112,7 @@
|
|||||||
"skipRemotes": {
|
"skipRemotes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": { "type": "string" },
|
"items": { "type": "string" },
|
||||||
"description": "List of remote applications to not automatically serve, either statically or in development mode."
|
"description": "List of remote applications to not automatically serve, either statically or in development mode. This will not remove the remotes from the `module-federation.config` file, and therefore the application may still try to fetch these remotes.\nThis option is useful for when the `host` application is using a `remote` that does not live in the same workspace as the `host`."
|
||||||
},
|
},
|
||||||
"pathToManifestFile": {
|
"pathToManifestFile": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
"skipRemotes": {
|
"skipRemotes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": { "type": "string" },
|
"items": { "type": "string" },
|
||||||
"description": "List of remote applications to not automatically serve, either statically or in development mode.",
|
"description": "List of remote applications to not automatically serve, either statically or in development mode. This will not remove the remotes from the `module-federation.config` file, and therefore the application may still try to fetch these remotes.\nThis option is useful for when the `host` application is using a `remote` that does not live in the same workspace as the `host`.",
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
},
|
},
|
||||||
"buildTarget": {
|
"buildTarget": {
|
||||||
|
|||||||
@ -122,7 +122,7 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"description": "List of remote applications to not automatically serve, either statically or in development mode."
|
"description": "List of remote applications to not automatically serve, either statically or in development mode. This will not remove the remotes from the `module-federation.config` file, and therefore the application may still try to fetch these remotes.\nThis option is useful for when the `host` application is using a `remote` that does not live in the same workspace as the `host`."
|
||||||
},
|
},
|
||||||
"pathToManifestFile": {
|
"pathToManifestFile": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"description": "List of remote applications to not automatically serve, either statically or in development mode.",
|
"description": "List of remote applications to not automatically serve, either statically or in development mode. This will not remove the remotes from the `module-federation.config` file, and therefore the application may still try to fetch these remotes.\nThis option is useful for when the `host` application is using a `remote` that does not live in the same workspace as the `host`.",
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
},
|
},
|
||||||
"buildTarget": {
|
"buildTarget": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user