Laravel Mix Disable Notification

mix.disableNotifications(); // Disable success and error Notification
mix.disableSuccessNotifications(); // Disable only success Notification and show error Notification
Annoyed Anteater