Skip to content

Commit 8ce93d5

Browse files
bebrawjoshwiens
authored andcommitted
fix(schema): allow extract to accept omit/remove flags
Closes #371.
1 parent 70cbd4b commit 8ce93d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/valid.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"allChunks": { "type": "boolean"},
33
"disable": { "type": "boolean" },
4+
"omit": { "type": "boolean" },
5+
"remove": { "type": "boolean" },
46
"fallbackLoader": { "type": "string" },
57
"filename": { "type": "string" },
68
"loader": { "type": "string" },

0 commit comments

Comments
 (0)