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 believe the code currently waits on the current build to finish before starting the next build. This may be slowing things down. It would be better if it cancelled the in progress build to start the new build sooner.
I believe the code currently waits on the current build to finish before starting the next build. This may be slowing things down. It would be better if it cancelled the in progress build to start the new build sooner.
https://esbuild.github.io/api/#cancel
The text was updated successfully, but these errors were encountered: