Skip to content

Remove SnoreToast message from notification in Windows 10 #64

@Nothing-Works

Description

@Nothing-Works

Snoretoast is always added to the start menu as a shortcut and creates a registry key which is very annoying.
Untitled
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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions