preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 561 forks source link

Not detecting changes correctly in watch mode #347

Open Shadowlauch opened 7 years ago

Shadowlauch commented 7 years ago

When I'm changing the app.component.html file the compiler just outputs:

[at-loader] Checking started in a separate process...

[at-loader] Ok, 0.941 sec.

And not recompiles the files, so the changes are not actually applied.