[Question] How to change the host and port which webpack-notifier calls
Closed this issue · 2 comments
mkantautas commented
So webpack-notifier uses node-notifier as a core package and node-notifier has a default host ip and default port. I am trying to make webpack-notifier to work when it's used inside a docker container. I am actually close but need to solve this key Q.
mkantautas commented
case closed. Found a way how to listen for webpack-notifier events and from here can do whatever is needed.
https://github.com/JeffreyWay/laravel-mix/blob/master/docs/event-hooks.md
pabl-o-ce commented
@neorganic hi is posible to give and example of this I'm using nodejs not laravel