webpack-slack-notifier
This is a webpack plugin that will send a message using the slack-node plugin.
Usage
Install the plugin using npm install webpack-slack-notifier
Add it in your webpack configuration:
const SlackPlugin = ;
In your plugins:
"plugins": webhookUri: 'https://hooks.slack.com/my-webhook-uri' username: 'Incoming Webhook' channel: '#general' text: 'Hello, world' ;
For more options for SlackPlugin
see the documentation for slack-node.