-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several instances of webpack #11
Comments
I'm not sure I understand. When binding to project open, a process is kicked off running webpack watch. When you close the solution or VS then that process is terminated. Is that not what you experience? |
Nope. When you update your project from version control system visual
|
@sochix I am definitely able to reproduce this myself. I opened the project, which already had the "Watch - Development" task bound to Project Open. I then unloaded the project and then reloaded it from Solution Explorer. At that point, I had 2 "Watch - Development (running)" tabs in TRX. @madskristensen I would expect the aforementioned "Watch - Development" task to terminate when the project is unloaded. That would solve the problem of 2 running instances. Thoughts? I have logged issue aspnet/Tooling#373 for this, as it appears to be a core TRX bug. |
Correct, this is a bug in TRX. Thanks for opening the bug. I'll close it here since it has to be fixed by VS |
Hi! I bind webpack -watch to solution open event. Every time I'm open a solution i get a new instance of webpack watch. Can it be only one instance?
The text was updated successfully, but these errors were encountered: