问题
This could be really rookie. I want to know if there is a way that I can configure nodemon to refresh the same tab instead of opening a new tab each time I make a change in my js files.
回答1:
nodemon
is not able to do that. What you are looking for is something like browser-sync or LiveReload.js.
来源:https://stackoverflow.com/questions/51465195/configure-nodemon-to-refresh-same-tab