kripod / gatsby-plugin-preval

A Gatsby plugin for pre-evaluating code at build-time
MIT License
1 stars 0 forks source link

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.