@moka-fe/benchmark-webpack-plugin

1.0.9 • Public • Published

benchmark-webpack-plugin

A webpack plugin which is used for benchmark😑

Usage

  1. Install package
npm i --save-dev @moka-fe/benchmark-webpack-plugin
  1. Modify webpack config
const BenchmarkWebpackPlugin = require('@moka-fe/benchmark-webpack-plugin');

...

module.exports = {
  plugins: [
    new BenchmarkWebpackPlugin(),
  ],
}
  1. 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @moka-fe/benchmark-webpack-plugin

Weekly Downloads

8

Version

1.0.9

License

MIT

Unpacked Size

8.15 kB

Total Files

4

Last publish

Collaborators

  • stekovinbranturry
  • lishunyang
  • wyuanhpp