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/loader-options.json
{
  "title": "Mini CSS Extract Plugin Loader options",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "publicPath": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "Function"
        }
      ],
      "description": "Specifies a custom public path for the external resources like images, files, etc inside CSS.",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#publicpath"
    },
    "emit": {
      "type": "boolean",
      "description": "If true, emits a file (writes a file to the filesystem). If false, the plugin will extract the CSS but will not emit the file",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#emit"
    },
    "esModule": {
      "type": "boolean",
      "description": "Generates JS modules that use the ES modules syntax.",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#esmodule"
    },
    "layer": {
      "type": "string"
    },
    "defaultExport": {
      "type": "boolean",
      "description": "Duplicate the named export with CSS modules locals to the default export (only when `esModules: true` for css-loader).",
      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#defaultexports"
    }
  }
}