webpack-compile-time-plugin

Simple plugin to write out the compilation time into the console


Keywords
webpack, plugin, compile, time, measure, compiler, elapsedtime, helper, webpack-plugin
License
MIT
Install
npm install webpack-compile-time-plugin@1.0.0

Documentation

Webpack Compile Time Plugin

A really simple plugin, with only one purpose. Show the compilation time in the console.

Options

There is no options yet.

Installation

npm install webpack-compile-time-plugin

or

yarn add webpack-compile-time-plugin

Usage

const CompileTimePlugin = require('webpack-compile-time-plugin');
 
plugins: [
  // ...
  new CompileTimePlugin()
]

Screenshot

Image of theplugin