1.0.1 • Published 6 years ago

webpack-sound-plugin v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

webpack-sound-plugin

Plays audio notifications when warnings / errors occured while building with webpack.

Installation

$ npm i webpack-sound-plugin --save-dev
const SoundAlert = require('webpack-sound-plugin');

plugins: [
  ...
  new SoundAlert({
    warning: 'warning.mp3',
    error: 'error.mp3'
    // ok: 'ok.mp3'
  })
  ...
]

Audio Player Command Line

$ sudo apt-get install mpg123
  • Windows : dlc

    http://dlcplayer.jimdo.com/

    • dlc is build-in now, so you don't have to install command line by self.
    • You still can download dlcplayer from here if you want.

License

MIT

1.0.1

6 years ago

1.0.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago