1.0.0 • Published 5 years ago

gatsby-plugin-notify v1.0.0

Weekly downloads
221
License
MIT
Repository
github
Last release
5 years ago

gatsby-plugin-notify

Gatsby plugin that adds system notifications to your development build, with webpack-notifier

Install

npm i gatsby-plugin-notify

How to use

Add the plugin to your gatsby-config.js

module.exports = {
  plugins: [
    'gatsby-plugin-notify'
  ]
}

You will receive a native notification when your development build breaks, and when it builds successfully again after a breakage.

The plugin accepts any options that can be passed to webpack-notifier

module.exports = {
  plugins: [
    {
      resolve: 'gatsby-plugin-notify',
      options: {
        title: 'My Site'
      }
  ]
}

Made with ❤️ by Tomorrow

1.0.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago