настройка webpack
This commit is contained in:
18
node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json
generated
vendored
Normal file
18
node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"title": "WatchIgnorePluginOptions",
|
||||
"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",
|
||||
"tsType": "RegExp"
|
||||
}
|
||||
]
|
||||
},
|
||||
"minItems": 1
|
||||
}
|
||||
Reference in New Issue
Block a user