Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jahredhope/webpack-emit-stats-plugin
- Owner: jahredhope
- License: isc
- Created: 2018-03-08T09:11:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T00:27:50.000Z (over 6 years ago)
- Last Synced: 2024-10-11T15:32:59.227Z (about 1 month ago)
- Topics: webpack, webpack-plugin
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```