{"id":20989080,"url":"https://github.com/aribouius/webpack-plugin-manifest","last_synced_at":"2025-05-14T18:31:38.277Z","repository":{"id":57397460,"uuid":"54178964","full_name":"aribouius/webpack-plugin-manifest","owner":"aribouius","description":"Webpack plugin for generating asset manifests","archived":false,"fork":false,"pushed_at":"2017-04-15T05:23:11.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T10:03:29.264Z","etag":null,"topics":["json","manifest","webpack","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aribouius.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":"2016-03-18T06:23:55.000Z","updated_at":"2017-09-28T16:15:46.000Z","dependencies_parsed_at":"2022-09-12T20:50:34.467Z","dependency_job_id":null,"html_url":"https://github.com/aribouius/webpack-plugin-manifest","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aribouius%2Fwebpack-plugin-manifest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aribouius%2Fwebpack-plugin-manifest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aribouius%2Fwebpack-plugin-manifest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aribouius%2Fwebpack-plugin-manifest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aribouius","download_url":"https://codeload.github.com/aribouius/webpack-plugin-manifest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225304860,"owners_count":17453232,"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":["json","manifest","webpack","webpack-plugin"],"created_at":"2024-11-19T06:23:40.041Z","updated_at":"2024-11-19T06:23:40.543Z","avatar_url":"https://github.com/aribouius.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-plugin-manifest\nWebpack plugin for generating asset manifests.\n\n## Features\nGenerates a JSON manifest file that maps chunk names to their corresponding output files.\n\n## Installation\n```bash\n$ npm i --save webpack-plugin-manifest\n```\n\n## Usage\nAdd new plugin instance to your `webpack` config\n```javascript\n  import ManifestPlugin from 'webpack-plugin-manifest'\n\n  const compiler = webpack({\n    // ...\n    plugins: [\n      new ManifestPlugin()\n    ]\n  })\n```\n\n## Configuration\nThe plugin accepts the following options:\n- `path`: Where to save the manifest. Defaults to Webpack output path.\n- `fileName`: Name of the generated manifest file. Defaults to `webpack-manifest.json`.\n- `merge`: Indicates whether to merge with existing manifest. Defaults to `false`.\n- `extensions`: An array of allowed file extensions. Defaults to `['.js', '.css']`.\n- `prettyPrint`: Whether to format the JSON output for readability. Defaults to `false`.\n\n### License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faribouius%2Fwebpack-plugin-manifest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faribouius%2Fwebpack-plugin-manifest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faribouius%2Fwebpack-plugin-manifest/lists"}