Skip to content

Commit a63d833

Browse files
committed
fix(@angular-devkit/build-angular): add missing defaults to optimization property
(cherry picked from commit c768fab)
1 parent 4a25a25 commit a63d833

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/angular_devkit/build_angular/src/browser/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"optimization": {
6060
"description": "Enables optimization of the build output.",
6161
"x-user-analytics": 16,
62+
"default": false,
6263
"oneOf": [
6364
{
6465
"type": "object",

packages/angular_devkit/build_angular/src/server/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"optimization": {
3232
"description": "Enables optimization of the build output.",
3333
"x-user-analytics": 16,
34+
"default": false,
3435
"oneOf": [
3536
{
3637
"type": "object",

0 commit comments

Comments
 (0)