{"library":"webpack-notifier","type":"library","category":null,"description":"webpack-notifier is a webpack plugin that integrates with node-notifier to provide system-level notifications for webpack build statuses. It's currently at version 1.15.0 and seems to have a moderate release cadence, focusing on stability and compatibility. Key differentiators include its ability to notify on the first run (success/fail), all failed runs, and the first successful run after a failure, remaining silent otherwise to avoid notification spam. It notably improves upon its predecessor, webpack-error-notification, by adding robust support for Windows and eliminating the need for manual `terminal-notifier` installation on OS X, making it more cross-platform friendly. It leverages the underlying `node-notifier` library, which handles platform-specific notification mechanisms. The plugin offers various configuration options for notification titles, content images, and controlling when notifications are triggered (e.g., excluding warnings, always notifying, or only on error).","language":"javascript","status":"active","version":"1.15.0","tags":["javascript","webpack","notify","notification","node-notifier","notifier","build","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install webpack-notifier","imports":["import WebpackNotifierPlugin from 'webpack-notifier';\n// or for CommonJS\nconst WebpackNotifierPlugin = require('webpack-notifier');","new WebpackNotifierPlugin({ title: 'My Build', excludeWarnings: true });","import type WebpackNotifierPlugin from 'webpack-notifier';"]},{"cmd":"yarn add webpack-notifier","imports":[]},{"cmd":"pnpm add webpack-notifier","imports":[]}],"homepage":null,"github":"https://github.com/Turbo87/webpack-notifier","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-notifier","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/webpack-notifier/compatibility"}}