@appshell/config 0.5.5 → 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 +11 -5
- package/dist/main.js.LICENSE.txt +0 -2
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@ Sample content from CONFIGS_DIR:
|
|
|
98
98
|
|
|
99
99
|
> Note the variable expansion syntax `${CRA_MFE_URL}`. When `generateManifest` is called the actual runtime environment values are injected and an appshell manifest is emitted.
|
|
100
100
|
|
|
101
|
-
> **Note** the `environment` section defines runtime environment variables that are injected into the global namesapce `window.__appshell_env__[module_name]` when
|
|
101
|
+
> **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.
|
|
102
102
|
|
|
103
103
|
Sample appshell manifest produced by the `generateManifest` function:
|
|
104
104
|
|