https://github.com/thundernet8/customized-progress-webpack-plugin
Fork and customize of simple-progress-webpack-plugin
https://github.com/thundernet8/customized-progress-webpack-plugin
progress webpack webpack-plugin
Last synced: about 1 month ago
JSON representation
Fork and customize of simple-progress-webpack-plugin
- Host: GitHub
- URL: https://github.com/thundernet8/customized-progress-webpack-plugin
- Owner: thundernet8
- License: mit
- Created: 2017-07-19T05:20:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T06:23:48.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T18:50:11.219Z (over 1 year ago)
- Topics: progress, webpack, webpack-plugin
- Language: JavaScript
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# customized-progress-webpack-plugin
**A simple progress plugin for Webpack, fork and customize of simple-progress-webpack-plugin.**
[](https://www.npmjs.com/package/customized-progress-webpack-plugin)
[](https://david-dm.org/thundernet8/customized-progress-webpack-plugin)
[](https://david-dm.org/thundernet8/customized-progress-webpack-plugin?type=dev)
[](https://travis-ci.org/thundernet8/customized-progress-webpack-plugin)
[](https://github.com/thundernet8/customized-progress-webpack-plugin/LICENSE)
## Install
``` bash
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:
``` javascript
const SimpleProgressWebpackPlugin = require( 'customized-progress-webpack-plugin' );
```
Then, instantiate it within the list of plugins:
``` javascript
plugins: [
new SimpleProgressWebpackPlugin()
]
```
## Preview
