@packmule/notification-pack
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

Notification Pack npm-latest

Enable desktop notifications for build messages.

Notification Pack uses webpack-notifier to show desktop notification for build errors.

Overview

Setup

Notification Pack is included in the complete and default editions.

Current Release

npm install --save-dev @packmule/notification-pack

Nightly Build

npm install --save-dev @packmule/notification-pack@nightly

API

NotifyPack();

Hints

  • notify - Controls whether the pack is actually enabled or not.

Usage

Example

Enable desktop notifications.

import Packmule from '@packmule/core';
import NotificationPack from '@packmule/notifiction-pack';

const packmule = new Packmule();

if (env.server) {
    packmule.add(new NotificationPack());
}

return packmule.generate();

License

MIT


Package Sidebar

Install

npm i @packmule/notification-pack

Weekly Downloads

47

Version

2.1.0

License

MIT

Unpacked Size

6.44 kB

Total Files

11

Last publish

Collaborators

  • t.esterer
  • thasmo