Closed Quicksaver closed 6 years ago
This will require watching every process running, and outputting messages based on the state of each process. It would be an easier job if everything was being done within webpack, in which case we'd just need a plugin that follows the various compilation stages (e.g. https://github.com/stanza/stanza/blob/master/src/scripts/development/hot-client-server.js#L29-L58).
Right now the console is clean enough, showing mostly only end-results when each task runs.
Currently every task has its own "isolated" output style, most of it is useless when it runs as expected at least. Kind of how create-react-app does it, it would be much nicer to see something like...