0.1.5 • Published 4 years ago

vite-plugin-notifier v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

vite-plugin-notifier

Provides visual feedback that HMR has completed. Only runs in dev mode.

Example

example

Setup

To install the package:

npm i --save-dev vite-plugin-notifier

Then add the plugin to your vite.config.js:

import notifier from 'vite-plugin-notifier'

export default {
  plugins: [
    notifier()
  ]
}

License

MIT

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago