The netlify dev
command automatically reloads a function file when that file changes. However, if that file imports others, and one of those imported files change, no reload occurs.
Is there any way to make netlify dev
watch for changes to imported files?