Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Webpack ProgressNew to Visual Studio Code? Get it now.
Webpack Progress

Webpack Progress

wk-j

|
15,599 installs
| (1) | Free
Display Webpack build progress in VS Code Status Bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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()
  ]
};
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft