{"id":20709503,"url":"https://github.com/wgbx/unused-assets-webpack-plugin","last_synced_at":"2026-02-01T12:37:55.877Z","repository":{"id":261692189,"uuid":"880604486","full_name":"wgbx/unused-assets-webpack-plugin","owner":"wgbx","description":"webpack plugin：Find whether there are unused assets in the project","archived":false,"fork":false,"pushed_at":"2024-10-30T09:35:54.000Z","size":205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-01T09:53:10.829Z","etag":null,"topics":["node","webpack","webpack-plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/unused-assets-webpack-plugin","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wgbx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-30T02:31:57.000Z","updated_at":"2024-10-30T09:35:57.000Z","dependencies_parsed_at":"2024-11-07T23:11:22.237Z","dependency_job_id":"0c44cc93-a369-46fb-9b93-7c287bb9f6d8","html_url":"https://github.com/wgbx/unused-assets-webpack-plugin","commit_stats":null,"previous_names":["wgbx/unused-assets-webpack-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wgbx/unused-assets-webpack-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgbx%2Funused-assets-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgbx%2Funused-assets-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgbx%2Funused-assets-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgbx%2Funused-assets-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wgbx","download_url":"https://codeload.github.com/wgbx/unused-assets-webpack-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgbx%2Funused-assets-webpack-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28978179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T12:13:08.691Z","status":"ssl_error","status_checked_at":"2026-02-01T12:13:08.356Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["node","webpack","webpack-plugin"],"created_at":"2024-11-17T02:06:39.750Z","updated_at":"2026-02-01T12:37:55.854Z","avatar_url":"https://github.com/wgbx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eunused-assets-webpack-plugin\u003c/h1\u003e\n\u003cp align=\"center\"\u003eFind whether there are unused assets in the project\u003c/p\u003e\n\n[简体中文](./READM-ZH.md)\n\n## Configuration Options\n\n| **Configuration Option Name** | **Required** | **Meaning**           | **Default Value** | **Type**  |\n| -------------- | ------------ | --------           | ---------- | --------  |\n| `path`    | No           | The resource path to search |./src        | `string`  |\n| `output`    | No           | The output file path |./unused-files.json   |`string` |\n| `exclude`    | No           | The file types to exclude | []      | `string[]` |\n\n## [Installation](https://www.npmjs.com/package/unused-assets-webpack-plugin)\n\n```bash\nnpm install unused-assets-webpack-plugin -D\n// or\npnpm add unused-assets-webpack-plugin -D\n```\n\n## Usage\n\n- vue.config.js\n\n```js\nconst UnusedAssetsWebpackPlugin = require('unused-assets-webpack-plugin')\n\nmodule.exports = {\n  configureWebpack: {\n    plugins: [new UnusedAssetsWebpackPlugin()]\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgbx%2Funused-assets-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwgbx%2Funused-assets-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgbx%2Funused-assets-webpack-plugin/lists"}