mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
- vercel@28.16.9 - @vercel/gatsby-plugin-vercel-analytics@1.0.8 - @vercel/gatsby-plugin-vercel-builder@1.1.11 - @vercel/node-bridge@3.1.14 - @vercel/node@2.9.10 - @vercel/static-build@1.3.14
@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:
npm install @vercel/gatsby-plugin-vercel-builder- Add
'@vercel/gatsby-plugin-vercel-builder'to yourgatsby-config.(t|j)sfile, such as:
module.exports = {
plugins: ['@vercel/gatsby-plugin-vercel-builder'],
};
- 🚀 Ship It 🎉