benchmark-webpack-plugin
A webpack plugin which is used for benchmark
Usage
- Install package
npm i --save-dev @moka-fe/benchmark-webpack-plugin
- Modify webpack config
const BenchmarkWebpackPlugin = require('@moka-fe/benchmark-webpack-plugin');
...
module.exports = {
plugins: [
new BenchmarkWebpackPlugin(),
],
}
- Build & upload data
Everytime when you start webpack and build project, the plugin will collect data and send them to a benchmark billboard, click here.