@types/rollup-plugin-visualizer

  • Version 4.2.4
  • Published
  • 6.13 kB
  • 1 dependency
  • MIT license

Install

npm i @types/rollup-plugin-visualizer
yarn add @types/rollup-plugin-visualizer
pnpm add @types/rollup-plugin-visualizer

Overview

TypeScript definitions for rollup-plugin-visualizer

Index

Functions

function visualizer

visualizer: (options?: visualizer.PluginVisualizerOptions) => Plugin;

    Interfaces

    interface PluginVisualizerOptions

    interface PluginVisualizerOptions {}

      property brotliSize

      brotliSize?: boolean | undefined;
      • Collect brotli size from source code and display it at chart. Only if current node version supports it false

      property filename

      filename?: string | undefined;
      • Name of the file with diagram to generate "stats.html"

      property gzipSize

      gzipSize?: boolean | undefined;
      • Collect gzip size from source code and display it at chart false

      property json

      json?: boolean | undefined;
      • Product portable json file that can be used with plugin CLI util to generate graph from several json files. Every UI property ignored in this case. false

      property open

      open?: boolean | undefined;
      • Open generated file in default user agent false

      property sourcemap

      sourcemap?: boolean | undefined;
      • Use sourcemaps to calculate sizes (e.g. after UglifyJs or Terser) false

      property template

      template?: 'treemap' | 'sunburst' | 'network' | undefined;
      • Which diagram type to use "treemap"

      property title

      title?: string | undefined;
      • Title tag value "Rollup Visualizer"

      Package Files (1)

      Dependencies (1)

      Dev Dependencies (0)

      No dev dependencies.

      Peer Dependencies (0)

      No peer dependencies.

      Badge

      To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

      You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/rollup-plugin-visualizer.

      • Markdown
        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/rollup-plugin-visualizer)
      • HTML
        <a href="https://www.jsdocs.io/package/@types/rollup-plugin-visualizer"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>