Plugin that keeps a continuous log of your build time.
Read more about the inspiration for this plugin.
- 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.
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
Show your support. Buy me a coffee. 😎
yarn install && yarn build
To run unit and integration tests
yarn test && yarn test:integration