Sha256: c6919829894f18e6f015b9fedfc6e386e5a2970bcb9574511f7e3fd1afac789d

Contents?: true

Size: 430 Bytes

Versions: 26

Compression:

Stored size: 430 Bytes

Contents

{
  "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
}

Version data entries

26 entries across 25 versions & 8 rubygems

Version Path
ezii-os-5.2.1 node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json
ezii-os-2.0.1 node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json
ezii-os-1.1.0 node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json
ezii-os-1.0.0 node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json
ezii-os-0.0.0.1.0 node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json
ezii-os-0.0.0.0.1 node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json