webpack-slack-notifier

0.0.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i webpack-slack-notifier

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • rushiv