Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): add missing defaults to `optimiza…
Browse files Browse the repository at this point in the history
…tion` property

(cherry picked from commit c768fab)
  • Loading branch information
alan-agius4 committed Sep 24, 2020
1 parent 4a25a25 commit a63d833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"optimization": {
"description": "Enables optimization of the build output.",
"x-user-analytics": 16,
"default": false,
"oneOf": [
{
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"optimization": {
"description": "Enables optimization of the build output.",
"x-user-analytics": 16,
"default": false,
"oneOf": [
{
"type": "object",
Expand Down

0 comments on commit a63d833

Please sign in to comment.