webpack-contrib / webpack-hot-middleware

Webpack hot reloading you can attach to your own server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow debug printing `moduleMap`

vjpr opened this issue · comments

https://github.com/webpack-contrib/webpack-hot-middleware/blob/master/process-update.js#L88-L108

It can be quite useful for debugging. I did it manually when debugging this issue: #306

I’m not sure this will come up often enough to be worth adding a built in option.