{"id":26836624,"url":"https://github.com/nimacsoft/razzle-plugin-manifest","last_synced_at":"2025-06-10T21:37:26.610Z","repository":{"id":98605094,"uuid":"191763707","full_name":"nimacsoft/razzle-plugin-manifest","owner":"nimacsoft","description":"🍕 Razzle plugin to Export Chunks Path from Webpack","archived":false,"fork":false,"pushed_at":"2019-10-09T12:41:44.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-30T13:30:09.568Z","etag":null,"topics":["plugin","razzle","webpack"],"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/nimacsoft.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-13T12:59:24.000Z","updated_at":"2020-05-12T18:15:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"e69b1548-acb1-4093-808e-2bed9637bf4b","html_url":"https://github.com/nimacsoft/razzle-plugin-manifest","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimacsoft%2Frazzle-plugin-manifest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimacsoft%2Frazzle-plugin-manifest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimacsoft%2Frazzle-plugin-manifest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimacsoft%2Frazzle-plugin-manifest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nimacsoft","download_url":"https://codeload.github.com/nimacsoft/razzle-plugin-manifest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimacsoft%2Frazzle-plugin-manifest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259155435,"owners_count":22813814,"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":["plugin","razzle","webpack"],"created_at":"2025-03-30T16:28:49.992Z","updated_at":"2025-06-10T21:37:26.573Z","avatar_url":"https://github.com/nimacsoft.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/razzle-plugin-manifest.svg)](https://badge.fury.io/js/razzle-plugin-manifest)\n\n# razzle-plugin-manifest\n\nThis package contains a plugin to group route level chunk files with Razzle\n\n## Output\n\n```javascript\n{\n  \"ChunkName\": {\n    \"css\": [\n      \"path/to/chunk.css\"\n    ],\n    \"js\": [\n      \"path/to/chunk.js\"\n    ]\n  },\n  \"OtherChunk\": {\n    \"css\": [\n      \"path/to/OtherChunk.css\"\n    ],\n    \"js\": [\n      \"path/to/OtherChunk.js\"\n    ]\n  },\n  \"client\": {\n    \"css\": [\n      \"path/to/bundle.css\"\n    ],\n    \"js\": [\n      \"path/to/client.js\"\n    ]\n  }\n}\n```\n\nUsage in Razzle Projects\n\n```sh\nyarn add razzle-plugin-manifest --dev\n```\n\ncreate a **razzle.config.js** file in root directory of project (next to the _package.json_) and put this content inside it\n\nUsing the plugin with the default options\n\n```javascript\n// razzle.config.js\n\nmodule.exports = {\n  plugins: [\"manifest\"]\n};\n```\n\n## With custom options:\n\n```javascript\n// razzle.config.js\n\nmodule.exports = {\n  plugins: [\n    {\n      name: \"manifest\",\n      options: {\n        filePath: \"./../manifest\"\n      }\n    }\n  ]\n};\n```\n\n## Options\n\nfilePath: _boolean_ (defaults: ./../manifest)\n\nChange `filePath` if you want razzle change output filename and directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimacsoft%2Frazzle-plugin-manifest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimacsoft%2Frazzle-plugin-manifest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimacsoft%2Frazzle-plugin-manifest/lists"}