@supersede/progress-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Progress Webpack Plugin

A plugin for Webpack 4 that adds a minimal build progress in the command line during builds.

Installation

Add as a dev-dependency to your package.json via npm or yarn

npm i @supersede/progress-webpack-plugin --save-dev
yarn add @supersede/progress-webpack-plugin -D

Usage

Import the plugin into your Webpack configuration file:

const ProgressWebpackPlugin = require('@supersede/progress-webpack-plugin');
import ProgressWebpackPlugin from '@supersede/progress-webpack-plugin';

Add it to the list of plugins:

plugins: [new SimpleProgressWebpackPlugin()];

Package Sidebar

Install

npm i @supersede/progress-webpack-plugin

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

12.4 kB

Total Files

8

Last publish

Collaborators

  • danielhzhang