Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 530 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 530 Bytes

bolt-webpack-stats

Get Webpack stats for all your Bolt workspaces

Install

yarn add --dev bolt-webpack-stats

Usage

bolt-webpack-stats

To write stats to a file, you can run:

bolt-webpack-stats -o stats.json
bolt-webpack-stats > stats.json

You can also specify whatever Webpack flags you want to the webpack CLI by passing them in with --:

bolt-webpack-stats ./webpack-stats -- --config ./path/to/webpack.config.js

For all the options, run bolt-webpack-stats --help.