time-log-webpack-plugin
v1.0.1
Published
A time log for Webpack.
Downloads
0
Readme
time-log-webpack-plugin
Installation
npm i -D time-log-webpack-pluginUsage
Include the following in your Webpack config.
var TimeLogPlugin = require('time-log-webpack-plugin');
...
plugins: [
new TimeLogPlugin()
]