Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 9259e81

Browse files
bebrawjoshwiens
authored andcommitted
fix(schema): allow extract to accept omit/remove flags
Closes #371.
1 parent abf3469 commit 9259e81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/valid.json

+2
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)