Skip to content

Commit de8edb1

Browse files
thetstevepiercy
andauthored
Update docs/classic-ui/module-federation.md
Co-authored-by: Steve Piercy <[email protected]>
1 parent 412a636 commit de8edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/module-federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add-ons can add bundles called "remotes" which are initialized for module federa
3030
The following instructions are for you if you created an add-on with a Mockup pattern and you want to include the respective JavaScript code in your theme code.
3131
Starting with the webpack configuration that you get when creating a Barceloneta theme package via [plonecli][1], add the following:
3232

33-
- Create a new entry point `index.js` which only imports the normal entry point.
33+
Create a new entry point `index.js` which only imports the normal entry point.
3434

3535
```js
3636
import("./patterns");

0 commit comments

Comments
 (0)