0.0.4 • Published 7 years ago

webpack-slack-notifier v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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 = require('webpack-slack');

In your plugins:

"plugins": [
    new SlackPlugin({
        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.

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago