vite-plugin-notifier
v0.1.5
Published
Show an icon when HMR completes.
Readme
vite-plugin-notifier
Provides visual feedback that HMR has completed. Only runs in dev mode.
Example

Setup
To install the package:
npm i --save-dev vite-plugin-notifierThen add the plugin to your vite.config.js:
import notifier from 'vite-plugin-notifier'
export default {
plugins: [
notifier()
]
}License
MIT
