🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

webpack-progress

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-progress

Display Webpack build progress in VS Code Status Bar

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

Webpack Progress

Display Webpack build progress in VS Code Status Bar.

Installation

  • Command + P
  • Type: ext install webpack-progress
  • Press Enter

webpack.config.js

You have to install bitbar-webpack-progress-plugin

var BitBarWebpackProgressPlugin = require("bitbar-webpack-progress-plugin");

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

FAQs

Package last updated on 30 Nov 2016

Did you know?

Socket

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