Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-preval

A Gatsby plugin for pre-evaluating code at build-time using babel-plugin-preval.

Install

npm install --save gatsby-plugin-preval babel-plugin-preval

How to use

Edit gatsby-config.js:

module.exports = {
  plugins: ['gatsby-plugin-preval'],
};

For examples of usage, please see the readme of babel-plugin-preval.

© 2023 Gatsby, Inc.