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
I introduced fast-async to help debugging promises but it seems to elongate the build process by about 6 seconds, which is not ideal.
Debugging promises is slightly more painful without fast-async, as the call-stack is a bit longer and the errors aren't as clear, but it beats having to wait a minimum of 6 seconds a time for each compilation cycle.
Since I segregated the babel task into a compile and a dev version, debugging promises seems to have improved without needing fast-async.
Suggest removal.
The text was updated successfully, but these errors were encountered:
Subject of the issue
I introduced fast-async to help debugging promises but it seems to elongate the build process by about 6 seconds, which is not ideal.
Debugging promises is slightly more painful without fast-async, as the call-stack is a bit longer and the errors aren't as clear, but it beats having to wait a minimum of 6 seconds a time for each compilation cycle.
Since I segregated the babel task into a compile and a dev version, debugging promises seems to have improved without needing fast-async.
Suggest removal.
The text was updated successfully, but these errors were encountered: