1.0.3 • Published 4 years ago
@feugene/laravel-mix-notifier v1.0.3
Custom Notifications for Laravel Mix

Laravel Mix extension to display notifications from Mix when your project will build.
The package uses webpack-plugin webpack-notifier
Install
npm install @feugene/laravel-mix-notifier --save-devUsage
const mix = require('laravel-mix')
require('laravel-mix-notifier')
mix.notify()
mix.notify({
title: 'Hello!',
contentImage: 'assets/logo.png',
version: '12.2.2-dev',
showVersion: false,
})title- Notification's title. Default: load from yourpackage.jsonfromdescriptionfieldcontentImage- Image that show in notificationsversion- Version. Default: load from yourpackage.jsonfromversionfieldshowVersion- Show version in thetitle. Default:true