@appshell/cli 0.12.0 → 1.0.0-alpha.8
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 +5 -5
- package/dist/main.js.LICENSE.txt +0 -9
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ appshell generate manifest --template dist/appshell.template.json
|
|
|
85
85
|
|
|
86
86
|
**Where does the content of APPSHELL_REGISTRY come from?**
|
|
87
87
|
|
|
88
|
-
> Each micro-frontend configured to use [@appshell/
|
|
88
|
+
> Each micro-frontend configured to use [@appshell/webpack-plugin](https://www.npmjs.com/package/@appshell/webpack-plugin) emits a manifest template, which is subsequently used to generate a manifest for the remote module. This manifest is then registered with the APPSHELL_REGISTRY.
|
|
89
89
|
|
|
90
90
|
Sample config template `appshell.template.json`:
|
|
91
91
|
|