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
This means dotnet watch tool webcompiler will secretly result in dotnet watch run tool webcompiler, which will start the current project with the arguments tool webcompiler instead of running webcompiler directly. I guess if you have setup the current project to run webcompiler on build it technically still kind of works, but certainly not as intended 😄.