{"id":25289257,"url":"https://github.com/moonrailgun/webpack-stats-viewer","last_synced_at":"2025-10-27T23:31:00.948Z","repository":{"id":59979619,"uuid":"531523239","full_name":"moonrailgun/webpack-stats-viewer","owner":"moonrailgun","description":"A plugin with build for webpack stats. Show more information about webpack bundle detail.","archived":false,"fork":false,"pushed_at":"2023-03-20T08:21:04.000Z","size":624,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T08:23:43.394Z","etag":null,"topics":["webpack"],"latest_commit_sha":null,"homepage":"https://webpack-stats-viewer.moonrailgun.com","language":"TypeScript","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/moonrailgun.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}},"created_at":"2022-09-01T13:06:17.000Z","updated_at":"2024-11-29T06:12:27.000Z","dependencies_parsed_at":"2023-01-22T12:46:04.309Z","dependency_job_id":null,"html_url":"https://github.com/moonrailgun/webpack-stats-viewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonrailgun%2Fwebpack-stats-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonrailgun%2Fwebpack-stats-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonrailgun%2Fwebpack-stats-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonrailgun%2Fwebpack-stats-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonrailgun","download_url":"https://codeload.github.com/moonrailgun/webpack-stats-viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238569595,"owners_count":19493912,"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":["webpack"],"created_at":"2025-02-12T23:52:30.750Z","updated_at":"2025-10-27T23:31:00.597Z","avatar_url":"https://github.com/moonrailgun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-stats-viewer\n\n[简体中文](./README.zh.md)\n\nA website for checkout webpack stats info.\n\nMany same webpack analyzer tools can show summary, but as a developer, when i try go deep into, and think why those file bundled into those chunk, those tools make me powerless, because of i cannot get more detail. So i develop this tool, no magic, just plain data. I think i need it.\n\n**This is for in-depth study of webpack chunks composition and for deep website performance optimization**\n\n## Feature\n\n- Easy to read\n  - No more magic. Just show you more detail.\n- Found why bundle it\n  - By `modules`, we can checkout everyone, No lost.\n- Single file\n  - Record a static report which can read it later.\n- Website and Plugin\n  - Ease to use.\n\n## Usage in webpack\n\n```bash\nnpm install -D webpack-stats-viewer-plugin\n```\n\n*webpack.config.js*:\n```ts\nimport { WebpackStatsViewerPlugin } from 'webpack-stats-viewer-plugin';\n\nexport default {\n  // ...\n  plugins: [\n    // ...\n    new WebpackStatsViewerPlugin(),\n  ]\n  // ...\n}\n```\n\n## About webpack stats\n\n[https://webpack.js.org/api/stats/](https://webpack.js.org/api/stats/)\n\n## Screenshot\n\n![](./docs/screenshot.png)\n\n![](./docs/screenshot2.png)\n\n## Online Viewer\n\n- [Online Viewer](https://webpack-stats-viewer.moonrailgun.com/) (you should generate `stats.json` by yourself)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonrailgun%2Fwebpack-stats-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonrailgun%2Fwebpack-stats-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonrailgun%2Fwebpack-stats-viewer/lists"}