Skip to content

Commit

Permalink
fix: typo in 144.精读《Webpack5 新特性 - 模块联邦》
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankKai committed Apr 15, 2022
1 parent b3c5ad9 commit c83a2cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module.exports = {
1. `name` 当前应用名称,需要全局唯一。
2. `remotes` 可以将其他项目的 `name` 映射到当前项目中。
3. `exposes` 表示导出的模块,只有在此申明的模块才可以作为远程依赖被使用。
4. `shared` 是非常重要的参数,制定了这个参数,可以让远程加载的模块对应依赖改为使用本地项目的 React 或 ReactDOM。
4. `shared` 是非常重要的参数,指定了这个参数,可以让远程加载的模块对应依赖改为使用本地项目的 React 或 ReactDOM。

比如设置了 `remotes: { app_two: "app_two_remote" }`,在代码中就可以直接利用以下方式直接从对方应用调用模块:

Expand Down

0 comments on commit c83a2cd

Please sign in to comment.