{"library":"rollup-plugin-notify","title":"rollup-plugin-notify","description":"A Rollup plugin that displays build errors as native OS system notifications. Version 1.1.0 is the latest stable release; the package is in maintenance mode with no active development. It requires Rollup >=0.60.0 and depends on node-notifier internally. Unlike build logs, this plugin allows developers working in watch mode to see errors immediately without switching terminal windows. It extracts file, code snippet, and position from Rollup errors (including Babel) and formats them into concise 4-line notifications.","language":"javascript","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-notify"],"cli":null},"imports":["import notify from 'rollup-plugin-notify'","import notify from 'rollup-plugin-notify'; // no types included","const notify = require('rollup-plugin-notify').default"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// rollup.config.js\nimport notify from 'rollup-plugin-notify';\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    file: 'dist/bundle.js',\n    format: 'iife'\n  },\n  plugins: [\n    notify()\n  ]\n};","lang":"javascript","description":"Basic Rollup configuration to show OS notifications on build errors.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}