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: .github/ISSUE_TEMPLATE/bug_report.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,11 @@ body:
48
48
label: Validations
49
49
description: Before submitting the issue, please make sure you do the following
50
50
options:
51
-
- label: Read the [docs](https://github.com/module-federation/universe).
51
+
- label: Read the [docs](https://github.com/module-federation/core).
52
52
required: true
53
-
- label: Read the [common issues list](https://github.com/module-federation/universe/issues).
53
+
- label: Read the [common issues list](https://github.com/module-federation/core/issues).
54
54
required: true
55
-
- label: Check that there isn't [already an issue](https://github.com/module-federation/universe/issues) that reports the same bug to avoid creating a duplicate.
55
+
- label: Check that there isn't [already an issue](https://github.com/module-federation/core/issues) that reports the same bug to avoid creating a duplicate.
56
56
required: true
57
57
- label: Make sure this is a Module federation issue and not a framework-specific issue.
@@ -39,13 +39,13 @@ Some of the underlying dependencies of the past are listed here, and [enhanced](
39
39
40
40
# 🧑💻 Community
41
41
42
-
Come and chat with us on [Discussions](https://github.com/module-federation/universe/discussions)! The Module federation team and users are active there, and we're always looking for contributions.
42
+
Come and chat with us on [Discussions](https://github.com/module-federation/core/discussions)! The Module federation team and users are active there, and we're always looking for contributions.
43
43
44
44
# 🤝 Contribution
45
45
46
46
> New contributors welcome!
47
47
48
-
Please read the [Contributing Guide](https://github.com/module-federation/universe/blob/main/CONTRIBUTING.md).
48
+
Please read the [Contributing Guide](https://github.com/module-federation/core/blob/main/CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: apps/website-new/docs/en/community/v0-1.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> April 3, 2024
4
4
5
-
We have recently released the **v0.1** version of **[Module Federation Enhanced](https://github.com/module-federation/universe)** (You can simply think of it as the early version of Module Federation 2.0.)!
5
+
We have recently released the **v0.1** version of **[Module Federation Enhanced](https://github.com/module-federation/core)** (You can simply think of it as the early version of Module Federation 2.0.)!
6
6
7
7
`Module Federation Enhanced` 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`. These features make `Module Federation` more suitable for use as a micro-frontend architecture in large-scale `Web` applications.
8
8
@@ -30,4 +30,4 @@ At the same time, we will offer more framework-level capabilities, such as: `Mod
30
30
31
31
### 🙏 Acknowledgements
32
32
33
-
The release of `Module Federation Enhanced` version `0.1` would not have been possible without the feedback and suggestions from the `Module Federation` community and the efforts of contributors to the [`Universe`](https://github.com/module-federation/universe) repository.
33
+
The release of `Module Federation Enhanced` version `0.1` would not have been possible without the feedback and suggestions from the `Module Federation` community and the efforts of contributors to the [`Universe`](https://github.com/module-federation/core) repository.
0 commit comments