webpack-compile-time-plugin

1.0.0 • Public • Published

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.

Usage

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

Screenshot

Image of theplugin

Package Sidebar

Install

npm i webpack-compile-time-plugin

Weekly Downloads

81

Version

1.0.0

License

MIT

Last publish

Collaborators

  • arpad.bajzath