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
At the moment, I'm moving between branches Where the entry point has moved on one machine. If I move to a branch where the files is not in the location provided to webpack-dev-server, I get Module build failed: Error: ENOENT which is fine. But if I move back to the original branch, it doesn't pick up on the fact that the file exists, I have to restart the dev-server.
This is a problem as I have to rebase against a changing base all the time, and it dies. I have no idea if it's actually fixable, though.