This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Description
I've noticed that when I stop debugging my project, the webpack dev server keeps running.
This can result in the webpack dev server "detaching" from the one running in ASP. When this happens, changes to code still work, but it stops compiling changes to TypeScript interfaces and types. So I'll add a method to an interface, implement it, then try to call it. My regular webpack dev server builds and runs it fine, but the "detached" webpack dev server doesn't pick up the changes and displays a build error.
It is also an issue when switching between different projects using this library.
Restarting my computer, or ending all Node processes on my PC does fix the issue, but it is far from ideal. I don't have this issue with Angular or React.