0.0.3 • Published 8 years ago

customized-progress-webpack-plugin v0.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

customized-progress-webpack-plugin

A simple progress plugin for Webpack, fork and customize of simple-progress-webpack-plugin.

npm version dependency status dev dependency status travis ci build status license

Install

npm install customized-progress-webpack-plugin --save-dev

OR

yarn add customized-progress-webpack-plugin --dev

How to use

First, import the plugin into your Webpack configuration file:

const SimpleProgressWebpackPlugin = require( 'customized-progress-webpack-plugin' );

Then, instantiate it within the list of plugins:

plugins: [
  new SimpleProgressWebpackPlugin()
]

Preview

Compact Logger Preview GIF