mirror of https://github.com/webpack/webpack.git
Add ident propertry to list of permissible properties of Rule.use
As per https://webpack.js.org/configuration/module/#useentry
This commit is contained in:
parent
725fff2829
commit
6f85f9b386
|
|
@ -931,6 +931,10 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ident": {
|
||||||
|
"description": "Unique loader identifier",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"query": {
|
"query": {
|
||||||
"description": "Loader query",
|
"description": "Loader query",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue