README.md
April 18, 2021 ยท View on GitHub
Build statistics plugin
Plugin that keeps a continuous log of your build time.
Read more about the inspiration for this plugin.
Use cases
- Can be used as an evidence to show the business (PO's etc.) how slow build times impact the team and hinder productivity
- By monitoring build time you can see if the optimizations in your Webpack/Rollup config have really improved productivity
- This plugin can help you to point out the differences between different machines e.g. if one of the developers has really slower builds than other it can be a sign of misconfiguration, poor hardware etc.
Installation
This plugin supports both Webpack and Rollup.
For Webpack run:
npm install --save-dev webpack-plugin-build-statistics
More info on setup in Webpack plugin documentation
For Rollup run:
npm install --save-dev rollup-plugin-build-statistics
More info on setup in Rollup plugin documentation
Did you find this plugin useful?
Show your support. Buy me a coffee. ๐
Running in dev mode
yarn install && yarn build
To run unit and integration tests
yarn test && yarn test:integration
