build-time-reporter-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.4.3 • Public • Published

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)
Name Type Description
report (report) => void Callback function with report as argument. This should be used

Package Sidebar

Install

npm i build-time-reporter-webpack-plugin

Weekly Downloads

33

Version

1.4.3

License

MIT

Unpacked Size

15.2 kB

Total Files

15

Last publish

Collaborators

  • rafalmaciejewski