We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862571c commit 79c546bCopy full SHA for 79c546b
packages/angular_devkit/build_webpack/builders.json
@@ -1,6 +1,12 @@
1
{
2
"$schema": "../architect/src/builders-schema.json",
3
"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
+ },
10
"webpack": {
11
"implementation": "./src/webpack/index2",
12
"class": "./src/webpack",
0 commit comments