Modifying component template in AOT mode has no affect only after restart #3084
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
type: bug/fix
OS?
Linux Ubuntu 16.04
Versions.
Node: 6.7.0
Angular 2: 2.1.2
@ngtools/webpack: 1.1.4
Repro steps.
Using @ngtools/webpack with webpack-dev-server compiles the application right at startup, but when modifying a component template it still serves the old version after refresh.
Clone this repository and start the application with
npm run start-plugin
and modify theHelloWorldComponent
.If i stop the server and start it again, it shows the new version.
The text was updated successfully, but these errors were encountered: