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() ]