Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 258 Bytes

File metadata and controls

21 lines (14 loc) · 258 Bytes

time-log-webpack-plugin

Installation

npm i -D time-log-webpack-plugin

Usage

Include the following in your Webpack config.

var TimeLogPlugin = require('time-log-webpack-plugin');

...

plugins: [
  new TimeLogPlugin()
]