webpack-anybar

0.1.0 • Public • Published

webpack-anybar

Webpack plugin that uses AnyBar to inform about build status.

Installation

You need to install AnyBar first. Then install the plugin npm:

npm install --save-dev webpack-anybar

Usage

In Webpack config file:

var WebpackAnyBar = require('webpack-anybar');
 
// ...
  module: {
    plugins: [
      new WebpackAnyBar(),
    ]
  },
// ...

You can pass port number, but that's optional:

new WebpackAnyBar({port: 1234});

Then just start webpack -wc and watch the build status.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    49
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    49

Package Sidebar

Install

npm i webpack-anybar

Weekly Downloads

49

Version

0.1.0

License

ISC

Last publish

Collaborators

  • kulesa