1.1.0 • Published 5 years ago

@supersede/progress-webpack-plugin v1.1.0

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

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()];
1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago