An open API service indexing awesome lists of open source software.

https://github.com/kripod/gatsby-plugin-preval

A Gatsby plugin for pre-evaluating code at build-time
https://github.com/kripod/gatsby-plugin-preval

Last synced: 9 months ago
JSON representation

A Gatsby plugin for pre-evaluating code at build-time

Awesome Lists containing this project

README

          

# gatsby-plugin-preval

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

[gatsby]: https://www.gatsbyjs.org/
[babel-plugin-preval]: https://github.com/kentcdodds/babel-plugin-preval

## Install

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

## How to use

Edit `gatsby-config.js`:

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

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

[readme of babel-plugin-preval]: https://github.com/kentcdodds/babel-plugin-preval#usage