# system-bell-webpack-plugin

> Plugin for webpack that emits a system bell character whenever there is a build error

Latest version **1.0.0** (published 2015-11-16) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install system-bell-webpack-plugin
pnpm add system-bell-webpack-plugin
yarn add system-bell-webpack-plugin
bun add system-bell-webpack-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-11-16 |
| First published | 2015-11-16 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Jannes Meyer |
| Maintainers | jannes |
| Keywords | webpack, plugin, sound, error, notification, notify, on error |

## Links

- npm: https://www.npmjs.com/package/system-bell-webpack-plugin
- Repository: https://github.com/jannesmeyer/system-bell-webpack-plugin
- Homepage: https://github.com/jannesmeyer/system-bell-webpack-plugin#readme
- Issues: https://github.com/jannesmeyer/system-bell-webpack-plugin/issues
- npm.io page: https://npm.io/package/system-bell-webpack-plugin

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-11-16

## README

# System Bell plugin for webpack

## Installation

	npm install system-bell-webpack-plugin --save-dev

## Usage

```js
var SystemBellPlugin = require('system-bell-webpack-plugin');

// webpack configuration
var config = {
	entry: …,
	output: {
		path: …,
		filename: …
	},
	plugins: [
		new SystemBellPlugin()
	]
};
module.exports = config;
```

---
_Source: https://npm.io/package/system-bell-webpack-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
