1.4.3 • Published 3 years ago

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

Weekly downloads
4
License
MIT
Repository
github
Last release
3 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

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago