{"id":19578030,"url":"https://github.com/thelarkinn/bundle-buddy-webpack-plugin","last_synced_at":"2025-09-27T20:30:49.430Z","repository":{"id":65993090,"uuid":"97028502","full_name":"TheLarkInn/bundle-buddy-webpack-plugin","owner":"TheLarkInn","description":"🐐🐐🐐🐐 bundle-buddy-webpack-plugin 🐐🐐🐐🐐","archived":false,"fork":false,"pushed_at":"2021-10-21T02:06:02.000Z","size":92,"stargazers_count":195,"open_issues_count":7,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-10T20:11:16.018Z","etag":null,"topics":["bundle-buddy","code-splitting","javascript","performance","webpack","webpack-plugin","website"],"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/TheLarkInn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2017-07-12T16:16:50.000Z","updated_at":"2023-05-26T08:01:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc6ec8d7-9326-4e07-92c6-0aab7147d4e1","html_url":"https://github.com/TheLarkInn/bundle-buddy-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLarkInn%2Fbundle-buddy-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLarkInn%2Fbundle-buddy-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLarkInn%2Fbundle-buddy-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLarkInn%2Fbundle-buddy-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheLarkInn","download_url":"https://codeload.github.com/TheLarkInn/bundle-buddy-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234455939,"owners_count":18835665,"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":["bundle-buddy","code-splitting","javascript","performance","webpack","webpack-plugin","website"],"created_at":"2024-11-11T07:09:28.046Z","updated_at":"2025-09-27T20:30:49.104Z","avatar_url":"https://github.com/TheLarkInn.png","language":"JavaScript","readme":"# bundle-buddy-webpack-plugin\n[![npm](https://badge.fury.io/js/bundle-buddy-webpack-plugin.svg)](https://badge.fury.io/js/bundle-buddy-webpack-plugin)\n[![dependencies](https://david-dm.org/TheLarkInn/bundle-buddy-webpack-plugin.svg)](https://david-dm.org/thelarkinn/bundle-buddy-webpack-plugin)\n[![devDependencies Status](https://david-dm.org/thelarkinn/bundle-buddy-webpack-plugin/dev-status.svg)](https://david-dm.org/thelarkinn/bundle-buddy-webpack-plugin?type=dev)\n\u003ca href=\"https://medium.com/friendship-dot-js/i-peeked-into-my-node-modules-directory-and-you-wont-believe-what-happened-next-b89f63d21558\"\u003e\u003cimg alt=\"Business Strategy Status\" src=\"https://img.shields.io/badge/business%20model-flavortown-green.svg\"\u003e\u003c/a\u003e\n\nYour favorite [bundle-buddy](https://github.com/samccone/bundle-buddy) duplication analyzer, made as a webpack plugin.\n\n## Installation\n\n### Yarn\n\n```bash\nyarn add bundle-buddy-webpack-plugin --dev\n```\n\n### npm\n\n```bash\nnpm install bundle-buddy-webpack-plugin --save-dev\n```\n\n## Usage\nJust require the plugin into your webpack configuration, and pass it to the `plugins` array.\n\n**webpack.config.js**\n\n```javascript\nconst BundleBuddyWebpackPlugin = require(\"bundle-buddy-webpack-plugin\");\n\nmodule.exports = {\n  // ...\n  plugins: [\n    new BundleBuddyWebpackPlugin({sam: true})\n  ]\n\n};\n```\n\n\u003ch2 align=\"center\"\u003eOptions\u003c/h2\u003e\n\n| Property | Type | Default | Description |\n| --- | --- | --- | --- |\n| warnings | boolean | true | Show/Hide warnings. BundleBuddyWebpackPlugin will emit a warning when you do not have the `devtool` property set in your configuration. And will notify you that it is setting it to \"source-map\". |\n\n\n## Bugs\nIf you believe there is an issue with the plugin itself, by all mean submit an issue!!! However this directly uses [bundle-buddy](https://github.com/samccone/bundle-buddy) and I would also verify that it is not an issue reported there first.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelarkinn%2Fbundle-buddy-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthelarkinn%2Fbundle-buddy-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelarkinn%2Fbundle-buddy-webpack-plugin/lists"}