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

Express debugging problem when hot-middleware enabled

adams79 opened this issue · comments

Hi,
in a simple express project I'm using hot-middleware to update client modules; however as soon as I enable this, I'm not able to debug the express side... to be more precise I'm not able to debug the code that handle the requests (app.get fro example)...
I think that his is somewhat expected because the modules are delivered to the browser without passing thought the web server, however I wish to know if is there a way to be able to debug.
Thank you