A really simple plugin, with only one purpose. Show the compilation time in the console.
There is no options yet.
npm install webpack-compile-time-plugin
or
yarn add webpack-compile-time-plugin
const CompileTimePlugin = require('webpack-compile-time-plugin');
plugins: [
// ...
new CompileTimePlugin()
]