Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 351 Bytes

File metadata and controls

5 lines (4 loc) · 351 Bytes
webpack-dev-server minor

Add plugin support. webpack-dev-server can now be used as a webpack plugin, integrating with the compiler lifecycle without explicitly passing a compiler, preventing multiple server starts on recompilation, ensuring clean shutdown, and supporting MultiCompiler setups with multiple independent plugin servers.