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
It would be nice if the --watch tool could detect a TTY and avoid printing the bubbles if so, since they just clutter the screen.
Further, echoing the request in #751 it would be nice if it was possible to see somehow that esbuild was detecting changes and doing something, especially since the rebuild process is polling-driven and not file-event driven.
The text was updated successfully, but these errors were encountered:
I use a process manager to start both esbuild in --watch mode and nginx (which we use to terminate TLS for local development)
This reads the instructions out of a Procfile
Each time the three dots change, a new line is drawn to the output:
It would be nice if the --watch tool could detect a TTY and avoid printing the bubbles if so, since they just clutter the screen.
Further, echoing the request in #751 it would be nice if it was possible to see somehow that esbuild was detecting changes and doing something, especially since the rebuild process is polling-driven and not file-event driven.
The text was updated successfully, but these errors were encountered: