@robinhoodie/gatsby-plugin-webpack-bundle-analyzer

1.1.2 • Public • Published

gatsby-plugin-webpack-bundle-analyzer

A Gatsby plugin to help analyze your bundle content with webpack-bundle-analyzer.

Install

With Yarn:

yarn add gatsby-plugin-webpack-bundle-analyzer

Or with npm:

npm install --save gatsby-plugin-webpack-bundle-analyzer

Usage

// In your gatsby-config.js
plugins: [
	'gatsby-plugin-webpack-bundle-analyzer',
]

Options

See original plugin for a list of available options.

Additional options:

  • disable: Set to true to toggle off the analyzer. Defaults to false
plugins: [
	{
		resolve: 'gatsby-plugin-webpack-bundle-analyzer',
		options: {
			analyzerPort: 3000
		},
	},
]

/@robinhoodie/gatsby-plugin-webpack-bundle-analyzer/

    Package Sidebar

    Install

    npm i @robinhoodie/gatsby-plugin-webpack-bundle-analyzer

    Weekly Downloads

    4

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    2.92 kB

    Total Files

    7

    Last publish

    Collaborators

    • robinhoodie