Suppress Terminal Icon (macOS)
Closed this issue · 1 comments
mfour-merickson commented
I have the following configuration
new WebpackNotifierPlugin({
title: 'Webpack DIY Build Status',
excludeWarnings: true,
icon: path.join(__dirname, 'resources/assets/logo.png')
}),
and all works as expected. However, I am curious if it possible to suppress the small terminal icon that is part of the title (only appears when I have customized the icon property
Gvozd commented
@mfour-merickson
It looks like this is not an easy task, and requires recompilation of terminal-notifier
See node-notifier
documentation for more info
I believe that this task does not belong to this package, but rather to node-notifier
, so I close the issue