1. progress-webpack-plugin
progress webpack plugin
progress-webpack-plugin
Package: progress-webpack-plugin
Created by: ali322
Last modified: Fri, 24 Jun 2022 17:38:24 GMT
Version: 1.0.16
License: MIT
Downloads: 1,422,753
Repository: https://github.com/ali322/progress-webpack-plugin

Install

npm install progress-webpack-plugin
yarn add progress-webpack-plugin

progress-webpack-plugin npm version

NPM

inspired by progress-bar-webpack-plugin,simple Webpack plugin that display nice progress when build

Install

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

Usage

add plugin in your webpack.config.js

 var ProgressPlugin = require('progress-webpack-plugin')

module.exports = {
    ...
    plugins:[
        new ProgressPlugin(true)
    ]
}

Plugin Options

  • minimal: enable minimal mode or not,default value is false
  • identifier: identifier of webpack bundle
  • onStart: callback function when webpack bundler started
  • onFinish: callback function when webpack bundler finished
  • onProgress: callback function when webpack bundler running
  • clear: whether clear console when webpack bundler finished

License

MIT License

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code