mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
25 lines
634 B
JSON
25 lines
634 B
JSON
{
|
|
"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
|
|
}
|