Skip to content

Commit 4bc45f8

Browse files
authored
docs: optimize readme module federation 2.0 (#2381)
1 parent 3239d48 commit 4bc45f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</a>
1717
</p>
1818

19-
`Module Federation 2.0` differs from the `Module Federation` built into `Webpack5` by providing not only the core features of module export, loading, and dependency sharing but also additional dynamic type hinting, `Manifest`, `Federation Runtime`, and `Runtime Plugin System`. These features make `Module Federation` more suitable for use as a micro-frontend architecture in large-scale `Web` applications.
19+
You can consider the module federation capabilities provided by this repository as "module federation 2.0". "Module Federation 2.0" differs from the "Module Federation" built into Webpack 5 by offering not only the core features of module export, loading, and dependency sharing but also additional dynamic type hinting, a "Manifest", a "Federation Runtime", and a "Runtime Plugin System". These features make "Module Federation" more suitable for use as a micro-frontend architecture in large-scale web applications.
2020

2121
## 💡 What is Module Federation?
2222

@@ -27,7 +27,7 @@
2727
- Module Federation reuses common dependencies between modules as much as possible
2828

2929

30-
## ✨ What new features does Module Federation 2.0 provide?
30+
## ✨ What new features does Module Federation provide?
3131

3232
* 🎨 Module Federation Runtime
3333
* 🧩 Runtime Plugins System

0 commit comments

Comments
 (0)