Turbo87 / webpack-notifier

webpack + node-notifier = build status system notifications
ISC License
306 stars 41 forks source link

webpack encore enableBuildNotifications --watch #46

Closed hugoalexmartins closed 6 years ago

hugoalexmartins commented 6 years ago

Hey guys,

I am using webpack encore with symfony.

I enable the enableBuildNotifications and the notification appears when first build is done, but when I use --watch I didn'te receive any notification.

I have tried also send alwaysNotify as the argument of enableBuildNotifications() method, but also didn't work so far.

Anyone figure what happening ? Thanks in advance.