Socket
Socket
Sign inDemoInstall

webpack-progress-bar

Package Overview
Dependencies
73
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    webpack-progress-bar

webpack-progress-bar


Version published
Weekly downloads
122
increased by16.19%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

webpack-progress-bar

webpack-progress-bar

安装 install

npm i webpack-progress-bar-plugin -D 
yarn add webpack-progress-bar-plugin -D

使用 use

const WebpackProgressBar = require('webpack-progress-bar')

plugins: [
  new WebpackProgressBar()
]

选项 options

// default options
new WebpackProgressBar({
  incomplete: {      
    bg: 'white',
    content: ' '
  },
  complete: {
    bg: 'green',
    content: ' '
  },
  width: 25,
  clear: true,
  total: 100
})

Keywords

FAQs

Last updated on 22 Mar 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc