0.0.5 • Published 3 years ago

webpack-stopwatch v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

webpack-stopwatch

Track the time you spend waiting for webpack!

GitHub npm npm bundle size npm

Motivation

You ever get the feeling that you spend HOURS each week waiting for builds? Well, if you are using webpack, this is just the little util for you to turn your suspicion into a depressing reality!

Getting Started

Install

yarn add -D webpack-stopwatch

Configure

// webpack.config.js
plugins: [new SimpleStopwatchPlugin()],

Options

optiondescriptiondefault
statsFolderwhere to keep the build time log.stats
quietif true silence console outputfalse
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago