vscode-webpack-progress

Webpack Progress https://marketplace.visualstudio.com/items?itemName=wk-j.webpack-progress

Downloads
4
Stars
2
Committers
5

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()
  ]
};
Package Rankings
Top 30.26% on Npmjs.org
Related Projects