gatsby-plugin-notify

1.0.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i gatsby-plugin-notify

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

80.3 kB

Total Files

5

Last publish

Collaborators

  • seaneking