{"id":15130401,"url":"https://github.com/formidablelabs/electron-webpack-dashboard","last_synced_at":"2025-09-28T19:32:26.911Z","repository":{"id":24074676,"uuid":"100508683","full_name":"FormidableLabs/electron-webpack-dashboard","owner":"FormidableLabs","description":"Electron Desktop GUI for Webpack Dashboard","archived":true,"fork":false,"pushed_at":"2022-02-10T17:23:55.000Z","size":3516,"stargazers_count":2709,"open_issues_count":38,"forks_count":78,"subscribers_count":87,"default_branch":"master","last_synced_at":"2025-01-08T21:43:46.658Z","etag":null,"topics":["dashboard","electron","webpack","webpack-dashboard"],"latest_commit_sha":null,"homepage":"http://formidable.com/blog/2017/introducing-electron-webpack-dashboard/","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/FormidableLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-16T16:12:36.000Z","updated_at":"2025-01-08T16:04:22.000Z","dependencies_parsed_at":"2022-08-07T11:00:54.330Z","dependency_job_id":null,"html_url":"https://github.com/FormidableLabs/electron-webpack-dashboard","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Felectron-webpack-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Felectron-webpack-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Felectron-webpack-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Felectron-webpack-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FormidableLabs","download_url":"https://codeload.github.com/FormidableLabs/electron-webpack-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234556026,"owners_count":18851891,"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":["dashboard","electron","webpack","webpack-dashboard"],"created_at":"2024-09-26T02:46:44.475Z","updated_at":"2025-09-28T19:32:21.015Z","avatar_url":"https://github.com/FormidableLabs.png","language":"JavaScript","readme":"[![Maintenance Status][maintenance-image]](#maintenance-status)\n\n\n\u003ch1 align=\"center\"\u003eelectron-webpack-dashboard\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  Electron Desktop GUI for Webpack Dashboard\n\u003c/h4\u003e\n\n***\n\n![http://i.imgur.com/9TObNrN.png](http://i.imgur.com/9TObNrN.png)\n\n## Whats this all about?\n\nThe original [webpack-dashboard](https://github.com/FormidableLabs/webpack-dashboard), was fun and people seemed to like it. Unless they were on Windows, or used a weird terminal set up, or if they just wanted more.\n\nMaking things work across a variety of different terminal environments is pretty rough. Also, a web GUI provides some unique UI possibilities that weren't there with the term display.\n\nSo here we are.\n\nThe original dashboard felt like working at NASA. 50 years ago. I hope this dashboard feels like working at NASA today. Or at Westworld. Or like the beginning of Westworld at least.\n\n## Getting Started\n\n### Install\n\nDownload the version for your OS here:\n\n[https://github.com/FormidableLabs/electron-webpack-dashboard/releases/latest](https://github.com/FormidableLabs/electron-webpack-dashboard/releases/latest)\n\nIf you are on macOS you can also install the app via [Homebrew Cask](https://caskroom.github.io/):\n\n```bash\n$ brew update\n$ brew cask install webpack-dashboard\n```\n\n### Webpack 3 compatibility\nTo receive a complete analysis of your bundle, including modules, assets, and problems, you will need to make sure your project is using Webpack Dashboard Plugin 1.0 or higher.\n\n### Configuring Your Project\n\nFirst, in your project, install the `webpack-dashboard` plugin:\n\n`npm install webpack-dashboard --save-dev`\n\nNext, in any Webpack config you want telemetry on, import the plugin:\n\n```js\nconst DashboardPlugin = require('webpack-dashboard/plugin');\n```\n\nThen add the plugin to your config's plugins array, like so:\n\n```js\nplugins: [\n  // ... your other plugins\n    new DashboardPlugin()\n  ],\n```\n\n### Usage\n\nSimply hit save on a project running `webpack-dev-server`, or run your build task that builds with `webpack` and providing you have configured your project as shown above, you should see the dashboard start to display data.\n\n### Credits\n\nThe visualizations view was essentially recreated using code from [https://github.com/chrisbateman/webpack-visualizer](https://github.com/chrisbateman/webpack-visualizer), and I am forever grateful that I didn't have to figure this stuff out on my own.\n\n## Maintenance Status\n\n**Archived:** This project is no longer maintained by Formidable. We are no longer responding to issues or pull requests unless they relate to security concerns. We encourage interested developers to fork this project and make it their own!\n\n[maintenance-image]: https://img.shields.io/badge/maintenance-archived-red.svg\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformidablelabs%2Felectron-webpack-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformidablelabs%2Felectron-webpack-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformidablelabs%2Felectron-webpack-dashboard/lists"}