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?
WebpackNotifierPlugin({
appID: 'fooBar'
});
Will this do the right thing?