You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running webpack dev sever updates the client.js file in memory, but the MVC site doesn't seem to be getting the server.js updates until you either manually build the file or using "npm run build:dev" OR you run webpack in watch mode.