You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/watch.ts:computeAutoReloadDependants() currently only deals with module build dependencies. It should be extended to include the modules of service dependencies. Might need to consider #107 along the way (not exactly sure if it applies but I suspect it does).
The text was updated successfully, but these errors were encountered:
When specifying which modules to watch, modules for their build &
service dependencies are now also watched.
Additionally, service dependencies are now included as auto reload
dependants.
Unit tests coming soon, will be squashed to this commit.
When specifying which modules to watch, modules for their build &
service dependencies are now also watched.
Additionally, service dependencies are now included as auto reload
dependants.
src/watch.ts:computeAutoReloadDependants()
currently only deals with module build dependencies. It should be extended to include the modules of service dependencies. Might need to consider #107 along the way (not exactly sure if it applies but I suspect it does).The text was updated successfully, but these errors were encountered: