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
fix(watch): re-glob entry files on create/delete events
When entry uses glob patterns like `src/**/*.ts`, new files added
during watch mode now trigger a restart by re-resolving the entry
globs on file create/delete events.
Closes#709
0 commit comments