Skip to content

Commit

Permalink
fix(@angular/cli): add missing defaults to optimization property
Browse files Browse the repository at this point in the history
(cherry picked from commit 2195281)
  • Loading branch information
alan-agius4 committed Sep 24, 2020
1 parent a63d833 commit 62500e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/angular/cli/lib/config/schema.json
Expand Up @@ -1239,6 +1239,7 @@
},
"optimization": {
"description": "Enable optimization of the build output.",
"default": false,
"oneOf": [
{
"type": "object",
Expand Down Expand Up @@ -1729,6 +1730,7 @@
},
"optimization": {
"description": "Enables optimization of the build output.",
"default": false,
"oneOf": [
{
"type": "object",
Expand Down

0 comments on commit 62500e7

Please sign in to comment.