webpack-emit-stats-plugin
v0.0.2
Published
Webpack emit stats plugin
Downloads
7
Readme
Webpack Emit Stats Plugin
[![Build Status][trav_img]][trav_site]
This plugin will ingest the webpack stats object, process / transform the object and call the passed handler for further consumption.
Installation
The plugin is available via npm:
$ npm install --save-dev webpack-emit-stats-plugin
$ yarn add --dev webpack-emit-stats-plugin