I'm working on a new Drupal 8 project and ran the drupal console "drupal site:mode dev" command. After I created some custom blocks, views or content types. I noticed that when I make changes to template files, the cache isn't cleared automatically.
I've checked the service.yml file, and everything looks the same as previous projects I've been working on. I could narrow the issue down to render cache (probably). I've also noticed that it only occurs with custom created entities. (like mentioned above). Anyone an idea what the issue could be? I'm already looking for this several days.
Thanks in advance!