webpack-build-notifier

  • Version 3.1.0
  • Published
  • 116 kB
  • 2 dependencies
  • MIT license

Install

npm i webpack-build-notifier
yarn add webpack-build-notifier
pnpm add webpack-build-notifier

Overview

A Webpack plugin that generates OS notifications for build steps using node-notifier.

Index

Classes

class WebpackBuildNotifierPlugin

class WebpackBuildNotifierPlugin {}

    constructor

    constructor(cfg?: Config);

      method apply

      apply: (compiler: webpack.Compiler) => void;

        Package Files (1)

        Dependencies (2)

        Dev Dependencies (18)

        Peer Dependencies (1)

        Badge

        To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

        You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/webpack-build-notifier.

        • Markdown
          [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/webpack-build-notifier)
        • HTML
          <a href="https://www.jsdocs.io/package/webpack-build-notifier"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>