HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode/frontend/node_modules/mini-css-extract-plugin/dist/plugin-options.json
{
  "title": "Mini CSS Extract Plugin options",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "filename": {
      "anyOf": [
        {
          "type": "string",
          "absolutePath": false,
          "minLength": 1
        },
        {
          "instanceof": "Function"
        }
      ],
      "description": "This option determines the name of each output CSS file.",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#filename"
    },
    "chunkFilename": {
      "anyOf": [
        {
          "type": "string",
          "absolutePath": false,
          "minLength": 1
        },
        {
          "instanceof": "Function"
        }
      ],
      "description": "This option determines the name of non-entry chunk files.",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#chunkfilename"
    },
    "experimentalUseImportModule": {
      "type": "boolean",
      "description": "Enable the experimental importModule approach instead of using child compilers. This uses less memory and is faster.",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#experimentaluseimportmodule"
    },
    "ignoreOrder": {
      "type": "boolean",
      "description": "Remove Order Warnings.",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#ignoreorder"
    },
    "insert": {
      "description": "Inserts the `link` tag at the given position for non-initial (async) (https://webpack.js.org/concepts/under-the-hood/#chunks) CSS chunks.",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#insert",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "attributes": {
      "description": "Adds custom attributes to the `link` tag for non-initial (async) (https://webpack.js.org/concepts/under-the-hood/#chunks) CSS chunks.",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#attributes",
      "type": "object"
    },
    "linkType": {
      "anyOf": [
        {
          "enum": ["text/css"]
        },
        {
          "type": "boolean"
        }
      ],
      "description": "This option allows loading asynchronous chunks with a custom link type",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#linktype"
    },
    "runtime": {
      "type": "boolean",
      "description": "Enabled/Disables runtime generation. CSS will be still extracted and can be used for a custom loading methods.",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#noRuntime"
    }
  }
}