#Unchanged Chunks

5 messages · Page 1 of 1 (latest)

cobalt merlin
#

Whenever I am running my app using ng serve the terminal is saying "5 unchanged chunks" and not refreshing the browser. How do I fix this and/or what does this mean?

candid hollow
#

Modern Angular detects when it doesn't need to re-compile a "chunk" and skips that to make watched builds faster.

#

Are you actually changing any code? Is it involved in any of those chunks?

cobalt merlin
#

It seems to be refreshing the browser now when I make changes. I had never noticed unchanged chunks before however if it does not effect what I am doing then I guess I can just ignore it?

candid hollow
#

"5 unchanged chunks" are a good thing, not a problem 🙂