{"id":16773930,"url":"https://github.com/wayou/print-chunks-plugin","last_synced_at":"2026-05-16T08:02:46.212Z","repository":{"id":29008941,"uuid":"119984930","full_name":"wayou/print-chunks-plugin","owner":"wayou","description":"webpack plugin to print chunks for bundle","archived":false,"fork":false,"pushed_at":"2022-12-29T08:20:25.000Z","size":107,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-29T00:07:25.172Z","etag":null,"topics":["debug","print","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wayou.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-02-02T13:27:48.000Z","updated_at":"2023-03-08T04:18:29.000Z","dependencies_parsed_at":"2023-01-14T13:56:42.548Z","dependency_job_id":null,"html_url":"https://github.com/wayou/print-chunks-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/wayou%2Fprint-chunks-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayou%2Fprint-chunks-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayou%2Fprint-chunks-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayou%2Fprint-chunks-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayou","download_url":"https://codeload.github.com/wayou/print-chunks-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305947,"owners_count":20917208,"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":["debug","print","webpack","webpack-plugin"],"created_at":"2024-10-13T06:47:27.605Z","updated_at":"2025-10-03T19:47:33.829Z","avatar_url":"https://github.com/wayou.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# print-chunks-plugin\n\n[![npm package](https://img.shields.io/npm/v/print-chunks-plugin.svg)](https://www.npmjs.com/package/print-chunks-plugin)\n[![npm package](https://img.shields.io/npm/dm/print-chunks-plugin.svg)](https://www.npmjs.com/package/print-chunks-plugin)\n\nOutputs exactly what went into each chunk\n\nThe code is taken from the [webpack documentation](https://github.com/webpack/docs/wiki/plugins#after-optimize-chunk-assetschunks-chunk)\n\nI find this so useful for debugging. But there's no package in the npm.\n\n### install\n\n```\nnpm i -D print-chunks-plugin\n```\n\n### usage\n\n```js\nvar PrintChunksPlugin = require(\"print-chunks-plugin\");\nvar webpackConfig = {\n  entry: \"index.js\",\n  output: {\n    path: __dirname + \"/dist\",\n    filename: \"index_bundle.js\",\n  },\n  plugins: [new PrintChunksPlugin()],\n  // or with option:\n  plugins: [new PrintChunksPlugin({ showFull: true })],\n};\n```\n\n### Options\n\n- `showFull`: stringify the result to get rid of the 100 array output limit of `console.log`, [learn more](https://stackoverflow.com/questions/41669039/dumping-whole-array-console-log-and-console-dir-output-num-more-items)\n  - type: `bool`\n  - default: `false`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayou%2Fprint-chunks-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayou%2Fprint-chunks-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayou%2Fprint-chunks-plugin/lists"}