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
Currently the watch task rebuilds everything on each file change.
Dependencies are smartly cached, but this check still costs time.
All source from the project are still rebuild, early steps like compiling, stripping, transpiling are wastefully done to all and not only changed files.