{ "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 }