1.0.0 • Published 8 years ago

sound-notification-webpack-plugin v1.0.0

Weekly downloads
58
License
ISC
Repository
github
Last release
8 years ago

SoundNotificationWebpackPlugin

Very simple webpack plugin that plays a sound when build is done

Install

npm i --dev sound-notification-webpack-plugin

Usage

var SoundNotificationWebpackPlugin = require('sound-notification-webpack-plugin');

new SoundNotificationWebpackPlugin(options);

Default options:

options = {
  player: 'paplay',
  successSound: '/usr/share/sounds/ubuntu/stereo/dialog-information.ogg',
  errorSound: '/usr/share/sounds/ubuntu/stereo/dialog-error.ogg'
}