You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classic-ui/module-federation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,11 +78,11 @@ Below this line add the following:
78
78
);
79
79
```
80
80
81
-
Replace the name `myaddon` with your addon bundle's name (any unique name will do...),
82
-
replace the filename `myaddon-remote.min.js` with the file name you want to use for your remote bundle,
83
-
and replace `myaddon.min` with the corresponding key in `config.entry` that points to your `index.js`.
81
+
Replace the name `myaddon` with your add-on bundle's unique name.
82
+
Replace the filename `myaddon-remote.min.js` with the file name you want to use for your remote bundle.
83
+
Finally replace `myaddon.min` with the corresponding key in `config.entry` that points to your `index.js`.
84
84
85
-
For a full but simple example, see the Patterns generator [pat-PATTERN-TEMPLATE][2] or any other Pattern addon in the patternslib GitHub organisation.
85
+
For a full but simple example, see the Patterns generator [pat-PATTERN-TEMPLATE][2] or any other Pattern add-on in the [patternslib GitHub organization](https://github.com/patternslib/).
86
86
For a complex example with Mockup integration see [plone.app.mosaic][3] and [Mockup][4] itself.
0 commit comments