@appshell/cli 0.5.6 → 0.6.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/main.js +9 -3
- package/dist/main.js.LICENSE.txt +0 -2
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -132,7 +132,7 @@ Sample config template `appshell.template.json`:
|
|
|
132
132
|
|
|
133
133
|
> Note the variable expansion syntax `${CRA_MFE_URL}`. When `appshell generate manifest` is called the actual runtime environment values are injected in order to produce the remote module's appshell manifest.
|
|
134
134
|
|
|
135
|
-
> **Note** the `environment` section defines runtime environment variables that are injected into the global namesapce `window.__appshell_env__[module_name]` when
|
|
135
|
+
> **Note** the `environment` section defines runtime environment variables that are injected into the global namesapce `window.__appshell_env__[module_name]` when an Appshell component is loaded. See the examples for a use case.
|
|
136
136
|
|
|
137
137
|
Sample appshell manifest produced by the `appshell generate manifest` function:
|
|
138
138
|
|