1.0.4 • Published 3 years ago

webpack-error-sound v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm npm

webpack-error-sound

Webpack plugin to play a system bell sound on compilation error

Features

  • 0 dependencies
  • lightweight
  • webpack 5 compatible

Installation

npm i -D webpack-error-sound

Usage

in your webpack.config.js import a plugin and include it to plugins array:

const WebpackErrorSound = require('webpack-error-sound');

module.exports = {

    plugins: [
        new WebpackErrorSound()
    ]

}

Support

Developed for webpack 5, not tested for previous versions.

The plugin was designed for personal use.

License

MIT

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago