Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jahredhope/webpack-emit-stats-plugin

Webpack emit stats plugin
https://github.com/jahredhope/webpack-emit-stats-plugin

webpack webpack-plugin

Last synced: about 1 month ago
JSON representation

Webpack emit stats plugin

Awesome Lists containing this project

README

        

# Webpack Emit Stats Plugin

[![Build Status][trav_img]][trav_site]

This plugin will ingest the webpack
[stats](https://github.com/webpack/docs/wiki/node.js-api#stats) object,
process / transform the object and call the passed handler for further consumption.

## Installation

The plugin is available via [npm](https://www.npmjs.com/package/webpack-emit-stats-plugin):

```
$ npm install --save-dev webpack-emit-stats-plugin
$ yarn add --dev webpack-emit-stats-plugin
```