count-time
v1.0.1
Published
A plugin that calculates the webpack compilation time
Downloads
2
Maintainers
Readme
Count Time Plugin
A plugin that calculates the webpack compilation time
Installation
npm install --save-dev count-time
Usage
const CountTime=require('count-time');
module.exports={
...
plugins:[
//clean output.path folder
new CountTime()
]
...
}