Is there a way to remove "Connected to Browser Sync" notification from Laravel Mix browsersync?
I see that Mix (which doesn't seem to have a sub-channel on the discussion-board yet) now offers browsersync built right in all you need to do it pipe it in (.browserSync();)
Well I feel stupid, so far the easiest solution was so make sure the #bs_notify's display tag "none" was !important .. There was also the other solution in that issue post on githhub of relocating to the bottom out of the way it if anybody was wondering