Universal Development Kit: Webpack extension which improves universal application development. - THE UDK PROJECT SUPPORT IS CURRENTLY SUSPENDED.
29
stars
7
forks
source link
MultiCompiler: fix HMR on server side for webpack4 #3
Closed
enten closed 6 years ago
Source of the issue :
lib/MultiCompiler.js
HMR on server side is broken for webpack4 when the server bundle hot reload a file which was already hot reloaded by a bundle dependency.
The event which hold hot updates is lost during waiting time.