@dvpnt/webpack-simple-progress-plugin

1.0.0 • Public • Published

@dvpnt/webpack-simple-progress-plugin

Build Status NPM Version

Ligthweight spinner which indicates just compiling process.

Installation

$ npm install --save-dev @dvpnt/webpack-simple-progress-plugin
# or
$ yarn add --dev @dvpnt/webpack-simple-progress-plugin

Example

const SimpleProgressPlugin = require('@dvpnt/webpack-simple-progress-plugin');

module.exports = {
	plugins: [
		new SimpleProgressPlugin()
	]
};

License

The MIT License (MIT)

Readme

Keywords

none

Package Sidebar

Install

npm i @dvpnt/webpack-simple-progress-plugin

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.79 kB

Total Files

4

Last publish

Collaborators

  • dvpnt