{"id":19970214,"url":"https://github.com/webdeveric/webpack-plugin-modify-entrypoints","last_synced_at":"2026-05-09T20:22:31.271Z","repository":{"id":194883483,"uuid":"691588198","full_name":"webdeveric/webpack-plugin-modify-entrypoints","owner":"webdeveric","description":"webpack plugin to modify entrypoint contents","archived":false,"fork":false,"pushed_at":"2024-03-07T14:36:06.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T09:12:37.387Z","etag":null,"topics":["entrypoints","modify","plugin","webpack"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/webpack-plugin-modify-entrypoints","language":"TypeScript","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/webdeveric.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["webdeveric"]}},"created_at":"2023-09-14T13:35:37.000Z","updated_at":"2023-09-15T15:06:19.000Z","dependencies_parsed_at":"2025-01-12T09:12:15.384Z","dependency_job_id":"4821dca1-9da4-4791-8844-df60445aadea","html_url":"https://github.com/webdeveric/webpack-plugin-modify-entrypoints","commit_stats":null,"previous_names":["webdeveric/webpack-plugin-modify-entrypoints"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwebpack-plugin-modify-entrypoints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwebpack-plugin-modify-entrypoints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwebpack-plugin-modify-entrypoints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fwebpack-plugin-modify-entrypoints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/webpack-plugin-modify-entrypoints/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241404419,"owners_count":19957655,"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":["entrypoints","modify","plugin","webpack"],"created_at":"2024-11-13T02:53:34.289Z","updated_at":"2026-05-09T20:22:31.195Z","avatar_url":"https://github.com/webdeveric.png","language":"TypeScript","funding_links":["https://github.com/sponsors/webdeveric"],"categories":[],"sub_categories":[],"readme":"# `webpack-plugin-modify-entrypoints`\n\n[![Node.js CI](https://github.com/webdeveric/webpack-plugin-modify-entrypoints/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/webdeveric/webpack-plugin-modify-entrypoints/actions/workflows/node.js.yml)\n\n## Install\n\n`pnpm add webpack-plugin-modify-entrypoints -D`\n\n## Example usage\n\nImport plugin in your webpack config.\n\n```js\nimport { ModifyEntryPoints } from 'webpack-plugin-modify-entrypoints';\n```\n\nAdd this to your plugins array.\n\n```js\nnew ModifyEntryPoints({\n  modify(source, details) {\n    return `\n      // Before\n      ${source}\n      // After\n    `;\n  },\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fwebpack-plugin-modify-entrypoints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Fwebpack-plugin-modify-entrypoints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fwebpack-plugin-modify-entrypoints/lists"}