count-time

A plugin that calculates the webpack compilation time

Usage no npm install needed!

<script type="module">
  import countTime from 'https://cdn.skypack.dev/count-time';
</script>

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()
    ]

...

}

Thanks

xiaozhan