Skip to content

Latest commit

 

History

History
executable file
·
27 lines (11 loc) · 315 Bytes

webpack模块联邦原理.md

File metadata and controls

executable file
·
27 lines (11 loc) · 315 Bytes

前言

前端代码复用的几种方式:

  • npm包
  • iframe嵌入
  • webpack模块联邦

什么是模块联邦

模块联邦的原理

一些问题/注意事项

  • 被共享的模块要独立, 不能依赖全局的state/变量

更多阅读