{"id":15491561,"url":"https://github.com/diegohaz/webpack-child-config-plugin","last_synced_at":"2025-04-22T19:21:23.716Z","repository":{"id":20434905,"uuid":"89906265","full_name":"diegohaz/webpack-child-config-plugin","owner":"diegohaz","description":"A webpack plugin that runs/watches another config","archived":false,"fork":false,"pushed_at":"2022-06-03T17:46:09.000Z","size":84,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T10:05:29.655Z","etag":null,"topics":["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/diegohaz.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":"2017-05-01T07:39:57.000Z","updated_at":"2022-06-03T17:43:39.000Z","dependencies_parsed_at":"2022-09-16T20:21:19.922Z","dependency_job_id":null,"html_url":"https://github.com/diegohaz/webpack-child-config-plugin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegohaz%2Fwebpack-child-config-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegohaz%2Fwebpack-child-config-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegohaz%2Fwebpack-child-config-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegohaz%2Fwebpack-child-config-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diegohaz","download_url":"https://codeload.github.com/diegohaz/webpack-child-config-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306601,"owners_count":21408927,"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":["webpack","webpack-plugin"],"created_at":"2024-10-02T07:54:15.321Z","updated_at":"2025-04-22T19:21:23.680Z","avatar_url":"https://github.com/diegohaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-child-config-plugin\n\n[![Generated with nod](https://img.shields.io/badge/generator-nod-2196F3.svg?style=flat-square)](https://github.com/diegohaz/nod)\n[![NPM version](https://img.shields.io/npm/v/webpack-child-config-plugin.svg?style=flat-square)](https://npmjs.org/package/webpack-child-config-plugin)\n[![Build Status](https://img.shields.io/travis/diegohaz/webpack-child-config-plugin/master.svg?style=flat-square)](https://travis-ci.org/diegohaz/webpack-child-config-plugin) [![Coverage Status](https://img.shields.io/codecov/c/github/diegohaz/webpack-child-config-plugin/master.svg?style=flat-square)](https://codecov.io/gh/diegohaz/webpack-child-config-plugin/branch/master)\n\nA webpack plugin that runs/watches another config\n\n## Install\n\n    $ npm install --save-dev webpack-child-config-plugin\n\n## Usage\n\n```js\nimport ChildConfigPlugin from 'webpack-child-config-plugin'\n\nconst serverConfig = {\n  ...\n  watch: true\n  ...\n}\n\nconst clientConfig = {\n  ...\n  plugins: [\n    new ChildConfigPlugin(serverConfig, {\n      // these are the defaults, you can override them\n      watch: serverConfig.watch,\n      when: 'done',\n      compilerCallback: () =\u003e {}\n    })\n  ]\n}\n```\n\n## License\n\nMIT © [Diego Haz](https://github.com/diegohaz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegohaz%2Fwebpack-child-config-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiegohaz%2Fwebpack-child-config-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegohaz%2Fwebpack-child-config-plugin/lists"}