0.0.3 • Published 5 years ago

gatsby-plugin-jarvis v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

gatsby-plugin-jarvis

Gatsby support for JARVIS. Webpack analytics.

screenshot

Get Started

yarn add gatsby-plugin-jarvis webpack-jarvis

Add to gatsby-config.js.

module.exports = {
  plugins: [`gatsby-plugin-jarvis`]
};

View on localhost:1337 by default

Options

Accepts any JARVIS options: https://github.com/zouhir/jarvis#options

Notes

For more accurate analytics, run with the production env. Even so, the analytics do not represent the final post-minification values and as such may be off for various reasons.

NDOE_ENV=production gatsby develop
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago