You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snoretoast is always added to the start menu as a shortcut and creates a registry key which is very annoying.
This is an issue from node-notifier
To fix this we need to pass appID, can we do this in this library?
I am not using webpack-notifier directly, I am using laravel-mix and it uses this library for notification. Here is the issue. What's the easiest thing to do?
Update: after reading the source code seems like that I can just past the object into WebpackNotifierPlugin like this?