diff --git a/schemas/webpackOptionsSchema.json b/schemas/webpackOptionsSchema.json index 9dde44f23..6b47fdaef 100644 --- a/schemas/webpackOptionsSchema.json +++ b/schemas/webpackOptionsSchema.json @@ -897,7 +897,8 @@ "properties": { "context": { "type": "string", - "description": "context directory for request shortening" + "description": "context directory for request shortening", + "absolutePath": true }, "hash": { "type": "boolean",