extract-stats-webpack-plugin

0.1.2 • Public • Published

extract-stats-webpack-plugin

Extract a stats.json file for offline processing.

{
	...

	plugins: [
		new ExtractStatsPlugin('stats.json', {
			hash: true,
			assets: false,
			reasons: false,
			chunks: true,
			source: false
		})
	]
}

Readme

Keywords

none

Package Sidebar

Install

npm i extract-stats-webpack-plugin

Weekly Downloads

5

Version

0.1.2

License

none

Last publish

Collaborators

  • izaakschroeder