trivago / parallel-webpack

Builds multi-config webpack projects in parallel
BSD 3-Clause "New" or "Revised" License
1.48k stars 96 forks source link

Possible to utilize Webpack's Hot Module Reload? #94

Closed Drakota closed 5 years ago

Drakota commented 5 years ago

Just wondering if it would be possible right now or in the future to hot reload each config in parallel.

EDIT: My Webpack configuration did not output [HMR] logs, but now it does after some tweaking.