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
  • Loading branch information
alan-agius4 committed Sep 24, 2020
1 parent b9c98ee commit b555c6a
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 @@ -1234,6 +1234,7 @@
},
"optimization": {
"description": "Enable optimization of the build output.",
"default": false,
"oneOf": [
{
"type": "object",
Expand Down Expand Up @@ -1719,6 +1720,7 @@
},
"optimization": {
"description": "Enables optimization of the build output.",
"default": false,
"oneOf": [
{
"type": "object",
Expand Down

0 comments on commit b555c6a

Please sign in to comment.