When Browsersync starts, it shows this banner to console:
[BrowserSync] Proxying: http://localhost:10623
[BrowserSync] Access URLs:
--------------------------------------
Local: http://localhost:30623
External: http://192.168.1.71:30623
--------------------------------------
UI: http://localhost:3001
UI External: http://localhost:3001
--------------------------------------
I want to get it every time when my Gulp watcher is running, to get something like Webpack log.
Is there a way to get it? Or even some Gulp plugin to do something like this?