You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
634 B

4 years ago
{
"type": "object",
"properties": {
"name": {},
"regExp": {},
"context": {
"type": "string"
},
"publicPath": {},
"outputPath": {},
"useRelativePath": {
"type": "boolean"
},
"emitFile": {
"type": "boolean"
}
},
"errorMessages": {
"context": "should be {String} (https://github.com/webpack-contrib/file-loader#context)",
"useRelativePath": "should be {Boolean} (https://github.com/webpack-contrib/file-loader#userelativepath)",
"emitFile": "should be {Boolean} (https://github.com/webpack-contrib/file-loader#emitfile)"
},
"additionalProperties": true
}