cli-progress-webpack-plugin

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i cli-progress-webpack-plugin

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

5 kB

Total Files

3

Last publish

Collaborators

  • fengxinming