<!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request (mark with an `x`) ``` - [x ] bug report -> please search issues before submitting - [ ] feature request ``` ### Command (mark with an `x`) ``` - [ ] new - [ ] build - [x ] serve - [ ] test - [ ] e2e - [ ] generate - [ ] add - [ ] update - [ ] lint - [ ] xi18n - [ ] run - [ ] config - [ ] help - [ ] version - [ ] doc ``` ### Versions Windows 10 @angular/cli: 7.1.0 node: 8.9.4 npm: 5.6.0 <!-- Output from: `node --version`, `npm --version` and `ng --version`. Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra? High Sierra?) --> ### Repro steps run ng serve --disable-host-check after some time it will start compiling again and again without any changes <!-- Simple steps to reproduce this bug. Please include: commands run (incl args), packages added, related code changes. A link to a sample repo would help too. --> ### Desired functionality Only compile once after change made by me. <!-- What would like to see implemented? What is the usecase? --> ### Mention any other details that might be useful <!-- Please include a link to the repo if this is related to an OSS project. --> 