Skip to content

Commit 6f85f9b

Browse files
committed
Add ident propertry to list of permissible properties of Rule.use
As per https://webpack.js.org/configuration/module/#useentry
1 parent 725fff2 commit 6f85f9b

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)