Skip to content

Commit cf47959

Browse files
fix apps/angular
1 parent 3a85cd7 commit cf47959

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/angular/angular.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"optimization": true,
3636
"outputHashing": "all",
3737
"sourceMap": false,
38-
"extractCss": true,
3938
"namedChunks": false,
4039
"aot": true,
4140
"extractLicenses": true,
@@ -53,7 +52,6 @@
5352
"optimization": false,
5453
"outputHashing": "none",
5554
"sourceMap": true,
56-
"extractCss": true,
5755
"namedChunks": false,
5856
"aot": true,
5957
"extractLicenses": true,
@@ -93,6 +91,5 @@
9391
}
9492
}
9593
}
96-
},
97-
"defaultProject": "sandbox"
94+
}
9895
}

0 commit comments

Comments
 (0)