Server IP : 150.95.80.236 / Your IP : 18.224.57.231 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/api-uat.pcu.in.th/node_modules/webpack/schemas/plugins/ |
Upload File : |
{ "definitions": { "BannerFunction": { "description": "The banner as function, it will be wrapped in a comment.", "instanceof": "Function", "tsType": "(data: { hash: string, chunk: import('../../lib/Chunk'), filename: string }) => string" }, "Rule": { "description": "Filtering rule as regex or string.", "anyOf": [ { "instanceof": "RegExp", "tsType": "RegExp" }, { "type": "string", "minLength": 1 } ] }, "Rules": { "description": "Filtering rules.", "anyOf": [ { "type": "array", "items": { "description": "A rule condition.", "oneOf": [ { "$ref": "#/definitions/Rule" } ] } }, { "$ref": "#/definitions/Rule" } ] } }, "title": "BannerPluginArgument", "anyOf": [ { "description": "The banner as string, it will be wrapped in a comment.", "type": "string", "minLength": 1 }, { "title": "BannerPluginOptions", "type": "object", "additionalProperties": false, "properties": { "banner": { "description": "Specifies the banner.", "anyOf": [ { "type": "string" }, { "$ref": "#/definitions/BannerFunction" } ] }, "entryOnly": { "description": "If true, the banner will only be added to the entry chunks.", "type": "boolean" }, "exclude": { "description": "Exclude all modules matching any of these conditions.", "oneOf": [ { "$ref": "#/definitions/Rules" } ] }, "footer": { "description": "If true, banner will be placed at the end of the output.", "type": "boolean" }, "include": { "description": "Include all modules matching any of these conditions.", "oneOf": [ { "$ref": "#/definitions/Rules" } ] }, "raw": { "description": "If true, banner will not be wrapped in a comment.", "type": "boolean" }, "test": { "description": "Include all modules that pass test assertion.", "oneOf": [ { "$ref": "#/definitions/Rules" } ] } }, "required": ["banner"] }, { "$ref": "#/definitions/BannerFunction" } ] }