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
No, it has been happening in all previous angular-cli versions.
Description
After I start ng serve it promptly recompiles the project after each change in any of the source files.
What's stange is that re-compilation can be caused by seemingly unrelated events like resizing termial window in VSCode or starting production build in another terminal ng build --prod. Recompilation is oftern triggered by loading the app in the browser. It also happened after I did file search in VSCode.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
No, it has been happening in all previous angular-cli versions.
Description
After I start
ng serve
it promptly recompiles the project after each change in any of the source files.What's stange is that re-compilation can be caused by seemingly unrelated events like resizing termial window in VSCode or starting production build in another terminal
ng build --prod
. Recompilation is oftern triggered by loading the app in the browser. It also happened after I did file search in VSCode.🌍 Your Environment
The text was updated successfully, but these errors were encountered: