node-webpack-stats-plugin

Webpack stats plugin
  https://github.com/FormidableLabs/webpack-stats-plugin
  0
  no reviews



This plugin will ingest the webpack stats object, process / transform the object and write out to a file for further consumption.

The most common use case is building a hashed bundle and wanting to programmatically refer to the correct bundle path in your Node.js server.

Node.js is an event-based server-side JavaScript engine.