1.4.3 • Published 2 years ago

build-time-reporter-webpack-plugin v1.4.3

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

build-time-reporter-webpack-plugin

npm version
Build Status
License


Installation

npm install build-time-reporter-webpack-plugin --save-dev

Usage

webpack.config.js

const BuildTimeReporterWebpackPlugin = require('build-time-reporter-webpack-plugin');

module.exports = {  
  plugins: [
    new BuildTimeReporterWebpackPlugin({
      report: (report) => console.log('Here is there report!', report),
    }),
  ],
};

Configuration

new BuildTimeReporterWebpackPlugin(options?: object)
NameTypeDescription
report(report) => voidCallback function with report as argument. This should be used
1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago