Socket
Socket
Sign inDemoInstall

@vercel/gatsby-plugin-vercel-builder

Package Overview
Dependencies
36
Maintainers
9
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vercel/gatsby-plugin-vercel-builder

This plugin generates [Vercel Build Output API v3](https://vercel.com/docs/build-output-api/v3) for Gatsby v4+ projects.


Version published
Weekly downloads
460K
increased by2.44%
Maintainers
9
Install size
11.5 MB
Created
Weekly downloads
 

Readme

Source

@vercel/gatsby-plugin-vercel-builder

This plugin generates Vercel Build Output API v3 for Gatsby v4+ projects.

The Vercel platform automatically injects this plugin for you if it can detect Gatsby v4+ in your project's package.json dependencies. If detected, you will see a log message in your project's build logs as follows:

Injecting Gatsby.js plugin "@vercel/gatsby-plugin-vercel-builder" to package.json

If auto-detection is not working, this plugin can also be installed and used manually:

  1. npm install @vercel/gatsby-plugin-vercel-builder
  2. Add '@vercel/gatsby-plugin-vercel-builder' to your gatsby-config.(t|j)s file, such as:
module.exports = {
  plugins: ['@vercel/gatsby-plugin-vercel-builder'],
};
  1. 🚀 Ship It 🎉

FAQs

Last updated on 30 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc