@bundle-analyzer/gatsby-plugin

0.5.1 • Public • Published

@bundle-analyzer/gatsby-plugin

Official Gatsby plugin for with Bundle Analyzer service.

Install

npm install --save-dev @bundle-analyzer/gatsby-plugin

Usage

gatsby-config.js

plugins: [
  {
    resolve: '@bundle-analyzer/gatsby-plugin',
    options: { token: '<repository-token>' },
  },
]

Options

token

You can specify the token using options or environment variable BUNDLE_ANALYZER_TOKEN.

configFile

You can specify a custom configuration file.

Complete documentation

👉 See full documentation

License

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @bundle-analyzer/gatsby-plugin

    Weekly Downloads

    0

    Version

    0.5.1

    License

    MIT

    Unpacked Size

    2.82 kB

    Total Files

    6

    Last publish

    Collaborators

    • neoziro