Skip to content

Commit 259cf68

Browse files
Akkumasokra
authored andcommitted
Adds empty into schema for node (webpack#3034)
Support for empty was broken through the schema, so I've added it back.
1 parent d6af5e2 commit 259cf68

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

schemas/webpackOptionsSchema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,8 @@
665665
"enum": [
666666
false,
667667
true,
668-
"mock"
668+
"mock",
669+
"empty"
669670
]
670671
},
671672
"properties": {

0 commit comments

Comments
 (0)