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:
Rowan Oulton 2017-12-07 09:47:55 -08:00
parent 725fff2829
commit 6f85f9b386
1 changed files with 4 additions and 0 deletions

View File

@ -931,6 +931,10 @@
}
]
},
"ident": {
"description": "Unique loader identifier",
"type": "string"
},
"query": {
"description": "Loader query",
"anyOf": [