diff --git a/packages/web/src/executors/build/schema.json b/packages/web/src/executors/build/schema.json index 4cff9c8020..9bb2600022 100644 --- a/packages/web/src/executors/build/schema.json +++ b/packages/web/src/executors/build/schema.json @@ -94,7 +94,8 @@ "description": "External Styles which will be included with the application", "items": { "$ref": "#/definitions/extraEntryPoint" - } + }, + "default": [] }, "budgets": { "description": "Budget thresholds to ensure parts of your application stay within boundaries which you set.",