diff --git a/schema/valid.json b/schema/valid.json index e6fccc0f..e9ac0907 100644 --- a/schema/valid.json +++ b/schema/valid.json @@ -1,6 +1,8 @@ { "allChunks": { "type": "boolean"}, "disable": { "type": "boolean" }, + "omit": { "type": "boolean" }, + "remove": { "type": "boolean" }, "fallbackLoader": { "type": "string" }, "filename": { "type": "string" }, "loader": { "type": "string" },