Files
Speedtest-Tracker/conf/site/node_modules/file-loader/dist/options.json
Henry Whitaker ea5808047f Tweaked gitignore
gitignore removed all composer and npm files, so automated builds would fail
2020-04-12 21:24:03 +01:00

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
}