Skip to content

Commit

Permalink
fix: mf config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Feb 25, 2025
1 parent 29f5e60 commit 32d723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ Whether to write the build result to disk when mode is development.
"moduleFederation": {
"name": "host",
"remotes": {
"producer": "producer@http://localhost:3000/remoteEntry.js"
"remote": "producer@http://localhost:3000/remoteEntry.js"
},
"shared": { "react": { "eager": true }, "react-dom": { "eager": true } },
"manifest": true
Expand Down

0 comments on commit 32d723d

Please sign in to comment.