Skip to content

v2.6.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 15 May 18:44
· 4 commits to master since this release

2.6.0 (2024-05-15)

Bug Fixes

  • hmr: deregister a module's own hot reload callbacks when it gets replaced (e7f497b)
  • ModuleGraph: handle cycles, I forgot to add the check (6d0b75e), closes #37
  • tolerate module id === parent.id (857b460)

Features

  • support module.hot.accept (d9b8008)