webpack-compile-time-plugin
v1.0.0
Published
Simple plugin to write out the compilation time into the console
Downloads
317
Maintainers
Readme
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()
]