webpack-config-stats
v0.2.0
Published
Generate a `stats.json` file to go with your [webpack] build.
Downloads
5
Readme
#webpack-config-stats
Generate a stats.json
file to go with your webpack build.
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 */
})