Skip to content

Commit 62500e7

Browse files
committed
fix(@angular/cli): add missing defaults to optimization property
(cherry picked from commit 2195281)
1 parent a63d833 commit 62500e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,7 @@
12391239
},
12401240
"optimization": {
12411241
"description": "Enable optimization of the build output.",
1242+
"default": false,
12421243
"oneOf": [
12431244
{
12441245
"type": "object",
@@ -1729,6 +1730,7 @@
17291730
},
17301731
"optimization": {
17311732
"description": "Enables optimization of the build output.",
1733+
"default": false,
17321734
"oneOf": [
17331735
{
17341736
"type": "object",

0 commit comments

Comments
 (0)