Skip to content

dvpnt/webpack-chunks-stats-plugin

Repository files navigation

@dvpnt/webpack-chunks-stats-plugin

Build Status NPM Version

This plugin save transformed webpack stats.chunks object as a json file.

Installation

$ npm install --save-dev @dvpnt/webpack-chunks-stats-plugin
# or
$ yarn add --dev @dvpnt/webpack-chunks-stats-plugin

Example

const ChunksStatsPlugin = require('@dvpnt/webpack-chunks-stats-plugin');

module.exports = {
	plugins: [
		new ChunksStatsPlugin({
			filename: 'stats.json'
		})
	]
};

License

The MIT License (MIT)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published