Sha256: 626bc2dba9e4db659c9894dda640ad8bdf6e99f6c0dd73dd26ab8edf31c04ebe

Contents?: true

Size: 1.4 KB

Versions: 9

Compression:

Stored size: 1.4 KB

Contents

{
  "additionalProperties": true,
  "properties": {
    "name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "outputPath": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "publicPath": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "context": {
      "type": "string"
    },
    "emitFile": {
      "type": "boolean"
    },
    "regExp": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "RegExp"
        }
      ]
    }
  },
  "errorMessages": {
    "name": "should be {String} or {Function} (https://github.com/webpack-contrib/file-loader#name)",
    "outputPath": "should be {String} or {Function} (https://github.com/webpack-contrib/file-loader#outputpath)",
    "publicPath": "should be {String} or {Function} (https://github.com/webpack-contrib/file-loader#publicpath)",
    "context": "should be {String} (https://github.com/webpack-contrib/file-loader#context)",
    "emitFile": "should be {Boolean} (https://github.com/webpack-contrib/file-loader#emitfile)",
    "regExp": "should be {String} or {RegExp} (https://github.com/webpack-contrib/file-loader#regexp)"
  },
  "type": "object"
}

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/file-loader/dist/options.json
disco_app-0.18.2 test/dummy/node_modules/file-loader/dist/options.json
jester-data-8.0.0 node_modules/file-loader/dist/options.json
ezii-os-5.2.1 node_modules/file-loader/dist/options.json
ezii-os-2.0.1 node_modules/file-loader/dist/options.json
ezii-os-1.1.0 node_modules/file-loader/dist/options.json
ezii-os-1.0.0 node_modules/file-loader/dist/options.json
ezii-os-0.0.0.1.0 node_modules/file-loader/dist/options.json
ezii-os-0.0.0.0.1 node_modules/file-loader/dist/options.json