{"id":20454371,"url":"https://github.com/jasonliao/unused-loaders-plugin","last_synced_at":"2025-09-01T13:35:41.833Z","repository":{"id":57144294,"uuid":"145940131","full_name":"jasonliao/unused-loaders-plugin","owner":"jasonliao","description":":no_good: A webpack plugin to find unused rules/loaders","archived":false,"fork":false,"pushed_at":"2018-08-29T05:44:32.000Z","size":357,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T14:58:42.549Z","etag":null,"topics":["webpack-plugin"],"latest_commit_sha":null,"homepage":null,"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/jasonliao.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":"2018-08-24T03:55:14.000Z","updated_at":"2023-03-08T04:22:38.000Z","dependencies_parsed_at":"2022-08-22T17:40:13.262Z","dependency_job_id":null,"html_url":"https://github.com/jasonliao/unused-loaders-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonliao%2Funused-loaders-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonliao%2Funused-loaders-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonliao%2Funused-loaders-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonliao%2Funused-loaders-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonliao","download_url":"https://codeload.github.com/jasonliao/unused-loaders-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005817,"owners_count":20056434,"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-plugin"],"created_at":"2024-11-15T11:15:44.680Z","updated_at":"2025-03-05T10:15:47.143Z","avatar_url":"https://github.com/jasonliao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnusedLoadersPlugin\n\nA webpack plugin to find unused rules/loaders\n\n\u003cimg src=\"./images/unused-rules-loader.png\" alt=\"unused-rules-loader\" width=\"70%\" /\u003e\n\n\u003cimg src=\"./images/unused-rules.png\" alt=\"unused-rules\" width=\"70%\" /\u003e\n\n\u003cimg src=\"./images/wow.png\" alt=\"wow\" width=\"70%\" /\u003e\n\n## Install\n\n```bash\nnpm i unused-loaders-plugin --save-dev \n\n# or use yarn :)\nyarn add unused-loaders-plugin -dev\n```\n\n## Usage\n\n```js\n// webpack configuration\nconst UnusedLoadersPlugin = require('unused-loaders-plugin')\n\nmodule.exports = {\n  // other config\n  plugins: [\n    new UnusedLoadersPlugin()\n    // other plugins\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonliao%2Funused-loaders-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonliao%2Funused-loaders-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonliao%2Funused-loaders-plugin/lists"}