File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
comprehensive-demo-react18/app-01 Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ const ReactRefreshWebpackPlugin = require('@rspack/plugin-react-refresh');
7
7
8
8
const deps = require ( './package.json' ) . dependencies ;
9
9
const isProd = process . env . NODE_ENV === 'production' ;
10
+
11
+
10
12
module . exports = {
11
13
entry : './src/index' ,
12
14
Original file line number Diff line number Diff line change 13
13
"overrides" : {
14
14
"cypress" : " 13.12.0" ,
15
15
"@types/react" : " 18.3.3" ,
16
- "@types/react-dom" : " 18.3.0"
16
+ "@types/react-dom" : " 18.3.0" ,
17
+ "@module-federation/nextjs-mf" : " 0.0.0-next-20240905200018" ,
18
+ "@module-federation/enhanced" : " 0.0.0-next-20240905200018" ,
19
+ "@module-federation/runtime" : " 0.0.0-next-20240905200018" ,
20
+ "@module-federation/sdk" : " 0.0.0-next-20240905200018" ,
21
+ "@module-federation/modernjs" : " 0.0.0-next-20240905200018"
17
22
}
18
23
},
19
24
"workspaces" : {
You can’t perform that action at this time.
0 commit comments