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