### Bug Report or Feature Request (mark with an `x`) ``` - [x ] bug report -> please search issues before submitting - [ ] feature request ``` ### Versions. <!-- @angular/cli: 1.0.0-rc.4 node: 6.10.0 os: win32 x64 @angular/common: 2.4.10 @angular/compiler: 2.4.10 @angular/core: 2.4.10 @angular/forms: 2.4.10 @angular/http: 2.4.10 @angular/material: 2.0.0-beta.2 @angular/platform-browser: 2.4.10 @angular/platform-browser-dynamic: 2.4.10 @angular/router: 3.4.10 @angular/cli: 1.0.0-rc.4 @angular/compiler-cli: 2.4.10 --> ### Repro steps. 1. Make a change to a TypeScript file 2. Observe that webpack recompiles 3. Observe that the browser refreshes 4. Observe that the TypeScript changes were not deployed to the browser 5. Make a change to an html template file 6. Observe that the html changes have been deployed to the browser, but any TypeScript changes have not ### The log given by the failure. No exceptions are thrown ### Mention any other details that might be useful. IDE: IntelliJ OS: Windows 10