Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

webpack-config-stats

izaakschroeder11CC0-1.00.2.0

Generate a stats.json file to go with your [webpack] build.

readme

webpack-config-stats

Generate a stats.json file to go with your webpack build.

build status coverage license version downloads

Usage

Install:

npm install --save webpack-config-stats

Add to your webpack.config.babel.js:

import stats from `webpack-config-stats`;

stats()({
  /* existing webpack configuration */
})