Skip to content

Commit 0d2880e

Browse files
test new update
1 parent b4d4ae6 commit 0d2880e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

comprehensive-demo-react18/app-01/rspack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ const ReactRefreshWebpackPlugin = require('@rspack/plugin-react-refresh');
77

88
const deps = require('./package.json').dependencies;
99
const isProd = process.env.NODE_ENV === 'production';
10+
11+
1012
module.exports = {
1113
entry: './src/index',
1214

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
"overrides": {
1414
"cypress": "13.12.0",
1515
"@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"
1722
}
1823
},
1924
"workspaces": {

0 commit comments

Comments
 (0)