wns
windows-notification-sound-webpack-plugin
npm i windows-notification-sound-webpack-plugin
wns

windows-notification-sound-webpack-plugin

Simple Webpack plugin to play the Windows notification sound at the end of the compilation

by Sébastien Filaire

1.0.0 (see all)License:MITTypeScript:Not Found
npm i windows-notification-sound-webpack-plugin
Readme

Serialif


Windows Notification Sound Webpack Plugin

Simple Webpack plugin to play the Windows notification sound at the end of the compilation

Webpack


Windows Notification Sound Webpack Plugin

Features

  • No dependencies
  • Only for Windows 10 users
  • Play the default notification sound when compilation is complete. Very useful in watch mode.

Installation

npm install -D windows-notification-sound-webpack-plugin

yarn add -D windows-notification-sound-webpack-plugin

Usage

Include the following in your Webpack config.

  const WindowsNotificationSound = require('windows-notification-sound-webpack-plugin');
  
  plugins: [
      new WindowsNotificationSound()
  ]

License

MIT

No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate