Socket
Book a DemoInstallSign in
Socket

@relative-ci/webpack-bundle-stats

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@relative-ci/webpack-bundle-stats

Generate bundle report from the webpack stats data.

npmnpm
Version
1.0.0-beta.2
Version published
Weekly downloads
1
-93.75%
Maintainers
1
Weekly downloads
 
Created
Source

Webpack Bundle Stats

webpack-bundle-stats version Greenkeeper badge

Generate bundle report from the webpack stats data.

screenshot

Install

npm install -g @relative-ci/webpack-bundle-stats

or

yarn global add @relative-ci/webpack-bundle-stats

Configuration

Configure Webpack stats to output the necessary data:

{
  stats: {
    assets: true,
    entrypoints: true,
    chunks: true,
    modules: true
  }
}

More info

Usage

$ webpack-bundle-stats -h
Usage: webpack-bundle-stats [STATS_FILE]...

Options:
  -h, --help     Show help                        [boolean]
  -v, --version  Show version number              [boolean]
$ webpack-bundle-stats artifacts/webpack-stats.json artifacts/webpack-stats-previous.js
> webpack-bundle-stats.html was created.

Keywords

webpack

FAQs

Package last updated on 13 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts