Webpack Bundle Stats

Generate bundle report from the webpack stats data.
Demo - one job | Demo - multiple jobs

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.