webpack-hot-middleware icon indicating copy to clipboard operation
webpack-hot-middleware copied to clipboard

Express debugging problem when hot-middleware enabled

Open adams79 opened this issue 5 years ago • 0 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

adams79 avatar Apr 17 '20 19:04 adams79