webpack-hot-middleware
webpack-hot-middleware copied to clipboard
Express debugging problem when hot-middleware enabled
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