Skip to content

ChristopherBiscardi/gatsby-plugin-jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Webpack analytics for Gatsby!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published