From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/url-loader/dist/options.json | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 node_modules/url-loader/dist/options.json (limited to 'node_modules/url-loader/dist/options.json') diff --git a/node_modules/url-loader/dist/options.json b/node_modules/url-loader/dist/options.json new file mode 100644 index 00000000..743e136f --- /dev/null +++ b/node_modules/url-loader/dist/options.json @@ -0,0 +1,40 @@ +{ + "type": "object", + "properties": { + "limit": { + "type": ["string", "number"] + }, + "mimetype": { + "type": "string" + }, + "fallback": { + "anyOf": [ + { + "type": "string" + }, + { + "additionalProperties": false, + "properties": { + "loader": { + "description": "Fallback loader name", + "type": "string" + }, + "options": { + "description": "Fallback loader options", + "anyOf": [ + { + "type": "object" + }, + { + "type": "string" + } + ] + } + }, + "type": "object" + } + ] + } + }, + "additionalProperties": true +} -- cgit v1.2.3