0.1.2 • Published 9 years ago

extract-stats-webpack-plugin v0.1.2

Weekly downloads
9
License
-
Repository
-
Last release
9 years ago

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
		})
	]
}
0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago