Gathering detailed insights and metrics for @angular-devkit/build-webpack
Gathering detailed insights and metrics for @angular-devkit/build-webpack
Gathering detailed insights and metrics for @angular-devkit/build-webpack
Gathering detailed insights and metrics for @angular-devkit/build-webpack
@angular-devkit/build-angular
Angular Webpack Build Facade
@bizappframework/angular-build
Another cli build tool and Angular CLI architect builder plugin for building Angular application and library projects.
angular-devkit-custom-postcss
Angular Webpack Build Facade(Customer Postcss)
@angular-architects/build-angular
Angular Webpack Build Facade
npm install @angular-devkit/build-webpack
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (94.65%)
Starlark (2.41%)
HTML (1.53%)
JavaScript (1.05%)
EJS (0.25%)
Shell (0.06%)
jq (0.03%)
CSS (0.01%)
Total Downloads
590,619,777
Last Day
588,268
Last Week
2,530,917
Last Month
11,121,535
Last Year
138,759,585
26,805 Stars
16,148 Commits
11,985 Forks
997 Watching
29 Branches
663 Contributors
Latest Version
0.1901.5
Package Id
@angular-devkit/build-webpack@0.1901.5
Unpacked Size
23.14 kB
Size
5.82 kB
File Count
20
NPM Version
11.0.0
Node Version
20.17.0
Publised On
29 Jan 2025
Cumulative downloads
Total Downloads
Last day
-1.4%
588,268
Compared to previous day
Last week
-16.2%
2,530,917
Compared to previous week
Last month
7.5%
11,121,535
Compared to previous month
Last year
9.9%
138,759,585
Compared to previous year
2
2
This package allows you to run Webpack and Webpack Dev Server using Architect.
To use it on your Angular CLI app, follow these steps:
npm install @angular-devkit/build-webpack
.angular.json
. "projects": {
"app": {
// ...
"architect": {
// ...
"build-webpack": {
"builder": "@angular-devkit/build-webpack:webpack",
"options": {
"webpackConfig": "webpack.config.js"
}
},
"serve-webpack": {
"builder": "@angular-devkit/build-webpack:webpack-dev-server",
"options": {
"webpackConfig": "webpack.config.js"
}
}
}
ng run app:build-webpack
to build, and ng run app:serve-webpack
to serve.All options, including watch
and stats
, are looked up inside the webpack configuration.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
23 out of 23 merged PRs checked by a CI test -- score normalized to 10
Reason
all changesets reviewed
Reason
project has 64 contributing companies or organizations
Details
Reason
no dangerous workflow patterns detected
Reason
update tool detected
Details
Reason
license file detected
Details
Reason
30 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Reason
all dependencies are pinned
Details
Reason
security policy file detected
Details
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
5 existing vulnerabilities detected
Details
Reason
badge detected: InProgress
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-02-05T14:53:06Z
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More