count-time-plugin
v1.0.0
Published
A plugin that calculates the webpack compilation time
Downloads
2
Readme
CountTime Plugin
A plugin that calculates the webpack compilation time
Installation
npm install --save-dev count-time-plugin
Uasge
//webpack.config.js
const CountTimePlugin = require('count-time-plugin')
module.exports = {
plugins: [
new CountTimePlugin()
],
}