{"library":"simple-progress-webpack-plugin","title":"Simple Progress Webpack Plugin","description":"A simple progress plugin for Webpack (v2.0.0, last released 2022, infrequent updates) that provides detailed, visually appealing build progress in the command line. It supports four output formats: minimal, simple, compact (default), expanded, and verbose. Requires Node.js 12+. Alternative to webpack's built-in progress plugin or ProgressBarPlugin.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install simple-progress-webpack-plugin"],"cli":null},"imports":["const SimpleProgressWebpackPlugin = require('simple-progress-webpack-plugin');","import SimpleProgressWebpackPlugin = require('simple-progress-webpack-plugin');","import type { Options } from 'simple-progress-webpack-plugin';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// webpack.config.js\nconst SimpleProgressWebpackPlugin = require('simple-progress-webpack-plugin');\n\nmodule.exports = {\n  // ... other webpack config\n  plugins: [\n    new SimpleProgressWebpackPlugin({\n      format: 'compact', // optional: minimal, simple, compact, expanded, verbose\n      color: true, // optional: default true\n      name: 'My Build', // optional: custom build name\n    }),\n  ],\n};","lang":"javascript","description":"Instantiates SimpleProgressWebpackPlugin with default options in a webpack config file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}