We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
optimization
1 parent a63d833 commit 62500e7Copy full SHA for 62500e7
packages/angular/cli/lib/config/schema.json
@@ -1239,6 +1239,7 @@
1239
},
1240
"optimization": {
1241
"description": "Enable optimization of the build output.",
1242
+ "default": false,
1243
"oneOf": [
1244
{
1245
"type": "object",
@@ -1729,6 +1730,7 @@
1729
1730
1731
1732
"description": "Enables optimization of the build output.",
1733
1734
1735
1736
0 commit comments