webpack-compiling-stats-plugin

0.0.1 • Public • Published

Webpack Compiling Stats Plugin

Webpack plugin to output compiling stats

npm node deps licenses

Installation

Via npm:

$ npm install webpack-compiling-stats-plugin --save-dev

Via yarn:

$ yarn add -D webpack-compiling-stats-plugin

output

Usage

const CompilingStatsPlugin = require('webpack-compiling-stats-plugin');
 
const webpackConfig = {
  ...
  plugins: [
    new CompilingStatsPlugin()
  ]
}

✍️ when using thread-loader, all the same file types have to be placed in the same rule.

Configuration

new CompilingStatsPlugin(options);

ignoredPlugins (default: [native webpack plugins])

List of webpack plugins are ignored when analyzing/logging

threadhold (default: 0)

The minimum time is accepted when logging

log

The function logs stats

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i webpack-compiling-stats-plugin

    Weekly Downloads

    4

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    16 kB

    Total Files

    7

    Last publish

    Collaborators

    • mquy90