@spraoi/gatsby-plugin
v0.30.0
Published
A Gatsby plugin for adding any necessary steps to our build process.
Downloads
20
Maintainers
Keywords
Readme
@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'],
};