W72crm_web-master/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json

17 lines
363 B
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"description": "A list of RegExps or absolute paths to directories or files that should be ignored",
"type": "array",
"items": {
"description": "RegExp or absolute path to directories or files that should be ignored",
"oneOf": [
{
"type": "string"
},
{
"instanceof": "RegExp"
}
]
},
"minItems": 1
}