1.0.2 • Published 5 years ago

cli-progress-webpack-plugin v1.0.2

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

cli-progress-webpack-plugin

npm package

A cli progress bar for Webpack.

NPM version NPM Downloads

Installation

$ npm install cli-progress-webpack-plugin --save-dev

Usage

First, import the plugin into your Webpack configuration file:

const ProgressPlugin = require('cli-progress-webpack-plugin');

Then, instantiate it within the list of plugins:

{
  plugins: [
    new ProgressPlugin(),
    // new ProgressPlugin({
    //   ...options
    //   profileLevel: 'info',
    //   progress: {},
    // })
  ]
}

Options

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-2

5 years ago

1.0.0-1

5 years ago