Skip to content

Commit 3dc9716

Browse files
authored
Merge pull request webpack#6089 from rowanoulton/add-ident-to-rule-schema
Add ident to the list of permissible properties for Rule.use
2 parents 725fff2 + 6f85f9b commit 3dc9716

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/webpackOptionsSchema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,10 @@
931931
}
932932
]
933933
},
934+
"ident": {
935+
"description": "Unique loader identifier",
936+
"type": "string"
937+
},
934938
"query": {
935939
"description": "Loader query",
936940
"anyOf": [

0 commit comments

Comments
 (0)