{"id":15292693,"url":"https://github.com/joe223/webpack-composer","last_synced_at":"2025-04-13T11:32:51.851Z","repository":{"id":57104286,"uuid":"331371692","full_name":"joe223/webpack-composer","owner":"joe223","description":"A composer for Webpack Configuration (WIP).","archived":false,"fork":false,"pushed_at":"2021-01-26T09:00:44.000Z","size":103,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-04-10T03:01:39.702Z","etag":null,"topics":["chain-api","configuration","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joe223.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-20T16:54:32.000Z","updated_at":"2023-03-10T08:19:27.000Z","dependencies_parsed_at":"2022-08-20T17:10:43.193Z","dependency_job_id":null,"html_url":"https://github.com/joe223/webpack-composer","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/joe223%2Fwebpack-composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe223%2Fwebpack-composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe223%2Fwebpack-composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe223%2Fwebpack-composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joe223","download_url":"https://codeload.github.com/joe223/webpack-composer/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705973,"owners_count":21148622,"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":["chain-api","configuration","webpack"],"created_at":"2024-09-30T16:25:48.474Z","updated_at":"2025-04-13T11:32:51.831Z","avatar_url":"https://github.com/joe223.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack-Composer\n\n[![](https://img.shields.io/npm/v/@cranejs/webpack-composer?style=flat\u0026colorA=000000\u0026colorB=000000)](https://www.npmjs.com/package/@cranejs/webpack-composer\")\n[![](https://img.shields.io/travis/com/joe223/webpack-composer?style=flat\u0026colorA=000000\u0026colorB=000000)](https://travis-ci.com/github/joe223/webpack-composer)\n[![](https://img.shields.io/coveralls/github/joe223/webpack-composer/master?style=flat\u0026colorA=000000\u0026colorB=000000)](https://coveralls.io/github/joe223/webpack-composer?branch=master)\n\nSimplify the modification of webpack configuration. This repository is **WIP**, do not use it in production.\n\n## Installation\n\n```shell\nyarn add @cranejs/webpack-composer\n```\n## Usage\n\nYou will get Type hint with TypeScript.\n\n```typescript\nconst config = Composer({\n    entry: 'src/entry.js',\n    context: 'foo',\n    output: {\n        path: 'bar'\n    },\n    resolve: {\n        extensions: ['.js', '.jsx', '.jsm']\n    }\n})\n    .context('bar')\n    .output.path(path.resolve(__dirname, 'dist'))\n    .resolve.$delete()\n    .$config()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoe223%2Fwebpack-composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoe223%2Fwebpack-composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoe223%2Fwebpack-composer/lists"}