{"id":16197652,"url":"https://github.com/drawbotics/better-webpack-progress","last_synced_at":"2025-04-02T09:33:36.661Z","repository":{"id":85908777,"uuid":"123588006","full_name":"Drawbotics/better-webpack-progress","owner":"Drawbotics","description":"A callback function to pass to Webpack `ProgressPlugin` to get a nicer output.","archived":false,"fork":false,"pushed_at":"2018-08-24T13:02:16.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T14:35:08.464Z","etag":null,"topics":["plugin","progress","webpack","webpack-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Drawbotics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-02T14:18:33.000Z","updated_at":"2021-11-25T11:07:55.000Z","dependencies_parsed_at":"2023-12-08T20:45:19.562Z","dependency_job_id":null,"html_url":"https://github.com/Drawbotics/better-webpack-progress","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"649e116116023867a584ca0f6171fdd053211017"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drawbotics%2Fbetter-webpack-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drawbotics%2Fbetter-webpack-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drawbotics%2Fbetter-webpack-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drawbotics%2Fbetter-webpack-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Drawbotics","download_url":"https://codeload.github.com/Drawbotics/better-webpack-progress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246789394,"owners_count":20834284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plugin","progress","webpack","webpack-plugin"],"created_at":"2024-10-10T09:08:22.209Z","updated_at":"2025-04-02T09:33:36.379Z","avatar_url":"https://github.com/Drawbotics.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Better Webpack progress\n\nA callback function to pass to Webpack [`ProgressPlugin`](https://github.com/webpack/docs/wiki/internal-webpack-plugins#progresspluginhandler) to get a nicer output. Heavily inspired by [dominique-mueller/simple-progress-webpack-plugin](https://github.com/dominique-mueller/simple-progress-webpack-plugin)\n\n\n## Installation\n\nInstall with your favorite package manager:\n\n```bash\n$ yarn add --dev better-webpack-progress\n```\n\n\n## Usage\n\nThis package is designed to be used with the default Webpack `ProgressPlugin`.\n\n```javascript\nconst webpack = require('webpack');\nconst betterProgress = require('better-webpack-progress');\n\nmodule.exports = {\n  // ... rest of Webpack config\n  plugins: [\n    new webpack.ProgressPlugin(betterProgress({\n      mode: 'compact',  // or 'detailed' or 'bar'\n    })),\n  ]\n  // ... rest of Webpack config\n};\n```\n\n## Modes\n\nThere are three output modes:\n\n - **compact**: Is better suited for usage during development. Reuses CLI lines when logging.\n - **bar**: Is better suited for usage during development. Reuses CLI lines when logging.\n - **detailed**: Is better suited for usage in a CI environment. Doesn't reuse CLI lines when logging.\n\n\n## LICENSE\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrawbotics%2Fbetter-webpack-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrawbotics%2Fbetter-webpack-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrawbotics%2Fbetter-webpack-progress/lists"}