{"id":15491560,"url":"https://github.com/diegohaz/webpack-assets-by-type-plugin","last_synced_at":"2025-08-19T06:38:20.804Z","repository":{"id":65379271,"uuid":"89899138","full_name":"diegohaz/webpack-assets-by-type-plugin","owner":"diegohaz","description":"A webpack plugin that save assets by type","archived":false,"fork":false,"pushed_at":"2017-07-15T02:24:32.000Z","size":62,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-07T10:48:53.382Z","etag":null,"topics":["assets","stats","webpack","webpack-assets","webpack-plugin"],"latest_commit_sha":null,"homepage":"","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/diegohaz.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":"2017-05-01T05:12:10.000Z","updated_at":"2018-08-24T14:44:51.000Z","dependencies_parsed_at":"2023-01-20T08:45:45.846Z","dependency_job_id":null,"html_url":"https://github.com/diegohaz/webpack-assets-by-type-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/diegohaz/webpack-assets-by-type-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegohaz%2Fwebpack-assets-by-type-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegohaz%2Fwebpack-assets-by-type-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegohaz%2Fwebpack-assets-by-type-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegohaz%2Fwebpack-assets-by-type-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diegohaz","download_url":"https://codeload.github.com/diegohaz/webpack-assets-by-type-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegohaz%2Fwebpack-assets-by-type-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270624850,"owners_count":24618265,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["assets","stats","webpack","webpack-assets","webpack-plugin"],"created_at":"2024-10-02T07:54:15.087Z","updated_at":"2025-08-19T06:38:20.781Z","avatar_url":"https://github.com/diegohaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-assets-by-type-plugin\n\n[![Generated with nod](https://img.shields.io/badge/generator-nod-2196F3.svg?style=flat-square)](https://github.com/diegohaz/nod)\n[![NPM version](https://img.shields.io/npm/v/webpack-assets-by-type-plugin.svg?style=flat-square)](https://npmjs.org/package/webpack-assets-by-type-plugin)\n[![Build Status](https://img.shields.io/travis/diegohaz/webpack-assets-by-type-plugin/master.svg?style=flat-square)](https://travis-ci.org/diegohaz/webpack-assets-by-type-plugin) [![Coverage Status](https://img.shields.io/codecov/c/github/diegohaz/webpack-assets-by-type-plugin/master.svg?style=flat-square)](https://codecov.io/gh/diegohaz/webpack-assets-by-type-plugin/branch/master)\n\nA webpack plugin that save assets by type (`js`,`css`)\n\n## Install\n\n    $ npm install --save-dev webpack-assets-by-type-plugin\n\n## Usage\n\n```js\nimport AssetsByTypePlugin from 'webpack-assets-by-type-plugin'\n\nconst config = {\n  ...\n  plugins: [\n    new AssetsByTypePlugin({\n      path: path.join(process.cwd(), 'assets.json') // default\n    })\n  ]\n}\n```\n\nOutput:\n\n```json\n{\"js\":[\"vendor.js\", \"main.js\"],\"css\":[\"styles.css\"]}\n```\n\n## API\n\n\u003c!-- Generated by documentation.js. Update this documentation by updating the source code. --\u003e\n\n### AssetsByTypePlugin\n\nSave assets by type (js, css)\n\n## License\n\nMIT © [Diego Haz](https://github.com/diegohaz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegohaz%2Fwebpack-assets-by-type-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiegohaz%2Fwebpack-assets-by-type-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegohaz%2Fwebpack-assets-by-type-plugin/lists"}