@module-federation/bridge-react-webpack-plugin 0.6.6 → 0.6.7
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/CHANGELOG.md +7 -0
- package/README.md +2 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -4,9 +4,8 @@ React bridge is used to load the routing module in mf, so that the routing modul
|
|
|
4
4
|
|
|
5
5
|
> When to use
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
- Load the route module
|
|
8
|
+
- Load across the front end framework
|
|
10
9
|
|
|
11
10
|
## How to use
|
|
12
11
|
|
|
@@ -130,5 +129,3 @@ root.render(
|
|
|
130
129
|
<App />
|
|
131
130
|
);
|
|
132
131
|
```
|
|
133
|
-
|
|
134
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/bridge-react-webpack-plugin",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"semver": "7.6.3",
|
|
21
21
|
"@types/semver": "7.5.8",
|
|
22
|
-
"@module-federation/sdk": "0.6.
|
|
22
|
+
"@module-federation/sdk": "0.6.7"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"typescript": "^5.2.2",
|
|
26
|
-
"vite": "^5.2.
|
|
26
|
+
"vite": "^5.2.14",
|
|
27
27
|
"vite-plugin-dts": "^3.9.1"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|