Sha256: a870d56cfb64fe2ca3f2877b7e958c92a121580b3179090bdd40102dcabb0bba

Contents?: true

Size: 1.86 KB

Versions: 3

Compression:

Stored size: 1.86 KB

Contents

{
  "additionalProperties": true,
  "properties": {
    "name": {
      "description": "The filename template for the target file(s) (https://github.com/webpack-contrib/file-loader#name).",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "outputPath": {
      "description": "A filesystem path where the target file(s) will be placed (https://github.com/webpack-contrib/file-loader#outputpath).",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "publicPath": {
      "description": "A custom public path for the target file(s) (https://github.com/webpack-contrib/file-loader#publicpath).",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "postTransformPublicPath": {
      "description": "A custom transformation function for post-processing the publicPath (https://github.com/webpack-contrib/file-loader#posttransformpublicpath).",
      "instanceof": "Function"
    },
    "context": {
      "description": "A custom file context (https://github.com/webpack-contrib/file-loader#context).",
      "type": "string"
    },
    "emitFile": {
      "description": "Enables/Disables emit files (https://github.com/webpack-contrib/file-loader#emitfile).",
      "type": "boolean"
    },
    "regExp": {
      "description": "A Regular Expression to one or many parts of the target file path. The capture groups can be reused in the name property using [N] placeholder (https://github.com/webpack-contrib/file-loader#regexp).",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "RegExp"
        }
      ]
    },
    "esModules": {
      "type": "boolean"
    }
  },
  "type": "object"
}

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@rails/webpacker/node_modules/file-loader/dist/options.json
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/file-loader/dist/options.json
enju_library-0.3.8 spec/dummy/node_modules/file-loader/dist/options.json