Skip to content

Simple plugin to write out the compilation time into the console

Notifications You must be signed in to change notification settings

bajzarpa/webpack-compile-time-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple plugin to write out the compilation time into the console

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •