{"id":15130416,"url":"https://github.com/aduryagin/unused-files-plugin","last_synced_at":"2026-01-20T01:21:36.453Z","repository":{"id":57386948,"uuid":"143281577","full_name":"aduryagin/unused-files-plugin","owner":"aduryagin","description":"Show or remove all files that are not compiled by webpack under webpack's context.","archived":false,"fork":false,"pushed_at":"2018-10-15T11:45:11.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T22:26:56.659Z","etag":null,"topics":["code","files","plugin","unused","webpack"],"latest_commit_sha":null,"homepage":null,"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/aduryagin.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}},"created_at":"2018-08-02T10:47:12.000Z","updated_at":"2018-10-15T11:45:12.000Z","dependencies_parsed_at":"2022-09-15T03:01:30.606Z","dependency_job_id":null,"html_url":"https://github.com/aduryagin/unused-files-plugin","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/aduryagin%2Funused-files-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduryagin%2Funused-files-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduryagin%2Funused-files-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduryagin%2Funused-files-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aduryagin","download_url":"https://codeload.github.com/aduryagin/unused-files-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393540,"owners_count":20931809,"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":["code","files","plugin","unused","webpack"],"created_at":"2024-09-26T02:47:03.350Z","updated_at":"2026-01-20T01:21:36.403Z","avatar_url":"https://github.com/aduryagin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnusedFilesPlugin\n[![npm version](https://badge.fury.io/js/unused-files-plugin.svg)](https://badge.fury.io/js/unused-files-plugin)\n\nShow or remove all files that are not compiled by webpack under webpack's context.\n\n## Options\n```javascript\nplugins: [\n  ...\n  new UnusedFilesPlugin({\n    remove: false,\n    folders: [\n      path.resolve(__dirname, '../../client'),\n      path.resolve(__dirname, '../../server'),\n    ],\n    ignore: [/node_modules/, /\\.DS_Store/, /__mocks__/, /__tests?__/],\n  })\n],\n```\n* `remove`: Remove or not unused files. The default value is `false`\n* `ignore`: Array of regexp for ignore paths. The default value is `[/node_modules/, /\\.DS_Store/, /__tests?__/]`\n* `folders`: Array of paths with source code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faduryagin%2Funused-files-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faduryagin%2Funused-files-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faduryagin%2Funused-files-plugin/lists"}