Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79c546b

Browse files
hanslmgechev
authored andcommittedFeb 27, 2019
feat(@angular-devkit/build-webpack): add a "build" builder
Having webpack everywhere is redundant. I would like to deprecate the "webpack" and "webpack-dev-server" in favor of simply "build" and "dev-server".
1 parent 862571c commit 79c546b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎packages/angular_devkit/build_webpack/builders.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"$schema": "../architect/src/builders-schema.json",
33
"builders": {
4+
"build": {
5+
"implementation": "./src/webpack/index2",
6+
"class": "./src/webpack",
7+
"schema": "./src/webpack/schema.json",
8+
"description": "Build a webpack app."
9+
},
410
"webpack": {
511
"implementation": "./src/webpack/index2",
612
"class": "./src/webpack",

0 commit comments

Comments
 (0)
Please sign in to comment.