Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/gatsby-plugin-vercel-builder

Package Overview
Dependencies
Maintainers
9
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 2.0.58
  • unpublished
  • canary
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
9
Created
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

Package last updated on 26 Nov 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc