{"id":15093178,"url":"https://github.com/angular/angular-devkit-build-webpack-builds","last_synced_at":"2025-06-11T08:07:58.328Z","repository":{"id":37561614,"uuid":"122398295","full_name":"angular/angular-devkit-build-webpack-builds","owner":"angular","description":"Build artifacts for @angular-devkit/build-webpack","archived":false,"fork":false,"pushed_at":"2025-06-05T07:58:49.000Z","size":4690,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-05T08:45:09.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/angular.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-21T21:50:59.000Z","updated_at":"2025-06-05T07:58:49.000Z","dependencies_parsed_at":"2023-09-22T22:03:20.944Z","dependency_job_id":"c58d6cd8-679b-47b2-80d3-0a24b21109b4","html_url":"https://github.com/angular/angular-devkit-build-webpack-builds","commit_stats":{"total_commits":7133,"total_committers":3,"mean_commits":"2377.6666666666665","dds":0.03883359035468947,"last_synced_commit":"f4810f67af0d41a1b33d1845563ffb744356fc88"},"previous_names":[],"tags_count":10982,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fangular-devkit-build-webpack-builds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fangular-devkit-build-webpack-builds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fangular-devkit-build-webpack-builds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fangular-devkit-build-webpack-builds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular","download_url":"https://codeload.github.com/angular/angular-devkit-build-webpack-builds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fangular-devkit-build-webpack-builds/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259227951,"owners_count":22824903,"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":[],"created_at":"2024-09-25T11:04:01.216Z","updated_at":"2025-06-11T08:07:58.307Z","avatar_url":"https://github.com/angular.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Snapshot build of @angular-devkit/build-webpack\n\nThis repository is a snapshot of a commit on the original repository. The original code used to\ngenerate this is located at http://github.com/angular/angular-cli.\n\nWe do not accept PRs or Issues opened on this repository. You should not use this over a tested and\nreleased version of this package.\n\nTo test this snapshot in your own project, use\n\n```bash\nnpm install git+https://github.com/angular/angular-devkit-build-webpack-builds.git\n```\n\n----\n# Webpack Builder for Architect\n\nThis package allows you to run Webpack and Webpack Dev Server using Architect.\n\nTo use it on your Angular CLI app, follow these steps:\n\n- run `npm install @angular-devkit/build-webpack`.\n- create a webpack configuration.\n- add the following targets inside `angular.json`.\n\n```\n  \"projects\": {\n    \"app\": {\n      // ...\n      \"architect\": {\n        // ...\n        \"build-webpack\": {\n          \"builder\": \"@angular-devkit/build-webpack:webpack\",\n          \"options\": {\n            \"webpackConfig\": \"webpack.config.js\"\n          }\n        },\n        \"serve-webpack\": {\n          \"builder\": \"@angular-devkit/build-webpack:webpack-dev-server\",\n          \"options\": {\n            \"webpackConfig\": \"webpack.config.js\"\n          }\n        }\n      }\n```\n\n- run `ng run app:build-webpack` to build, and `ng run app:serve-webpack` to serve.\n\nAll options, including `watch` and `stats`, are looked up inside the webpack configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fangular-devkit-build-webpack-builds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular%2Fangular-devkit-build-webpack-builds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fangular-devkit-build-webpack-builds/lists"}