2026-06-30 来源:Webpack5 新特性 - 模块联邦笔记
- 源文件:
source/_posts/webpack5-new-features-module-federation-notes.md - 分类:工程化与运维
- 标签:构建与部署
- 日期:2020-04-03 09:07:28
摘要
模块联邦实现动态共享模块,避免重复打包但需注意依赖冲突问题。
另见
- 微前端与 Monorepo(模块联邦作为微前端轻量替代)
- 前端大项目架构痛点:微前端、Monorepo 与大厂实践
source/_posts/webpack5-new-features-module-federation-notes.md模块联邦实现动态共享模块,避免重复打包但需注意依赖冲突问题。