A build notifier plugin for esbuild that shows OS-level notifications on build success or failure. Version 1.0.1, no recent updates. Inspired by webpack-build-notifier, it provides simple visual feedback for esbuild watch mode. Limited configuration options; no active maintenance.
npm install esbuild-notifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to add the plugin to esbuild's build options to get OS notifications on build completion or failure.
Use require() instead of import, or configure bundler for CJS interop.
Consider alternatives like esbuild-plugin-notify or custom notify scripts.
Run: npm install --save-dev esbuild-notifier
Use: const esbuildBuildNotifier = require('esbuild-notifier');