extract-stats-webpack-plugin
v0.1.2
Published
Extract a `stats.json` file for offline processing.
Readme
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
})
]
}