@spraoi/gatsby-plugin
A Gatsby plugin for adding any necessary steps to our build process.
Installation
yarn add --dev @spraoi/gatsby-plugin
Usage
Add the plugin to your Gatsby config file like so:
module.exports = {
plugins: ['@spraoi/gatsby-plugin'],
};