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 */
})