mirror of https://github.com/webpack/webpack.git
Merge pull request #13483 from snitin315/reset-description
improve description for reset type flags
This commit is contained in:
commit
93b96c1b5f
|
|
@ -148,7 +148,7 @@ const getArguments = (schema = webpackSchema) => {
|
|||
{
|
||||
type: "reset",
|
||||
multiple: false,
|
||||
description: `Clear all items provided in configuration. ${description}`,
|
||||
description: `Clear all items provided in '${schemaPath}' configuration. ${description}`,
|
||||
path: schemaPath
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -150,13 +150,13 @@ Object {
|
|||
"cache-immutable-paths-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
|
||||
"description": "Clear all items provided in 'cache.immutablePaths' configuration. List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
|
||||
"multiple": false,
|
||||
"path": "cache.immutablePaths",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
|
||||
"description": "Clear all items provided in 'cache.immutablePaths' configuration. List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -176,13 +176,13 @@ Object {
|
|||
"cache-managed-paths-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. List of paths that are managed by a package manager and can be trusted to not be modified otherwise.",
|
||||
"description": "Clear all items provided in 'cache.managedPaths' configuration. List of paths that are managed by a package manager and can be trusted to not be modified otherwise.",
|
||||
"multiple": false,
|
||||
"path": "cache.managedPaths",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. List of paths that are managed by a package manager and can be trusted to not be modified otherwise.",
|
||||
"description": "Clear all items provided in 'cache.managedPaths' configuration. List of paths that are managed by a package manager and can be trusted to not be modified otherwise.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -334,13 +334,13 @@ Object {
|
|||
"dependencies-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. References to other configurations to depend on.",
|
||||
"description": "Clear all items provided in 'dependencies' configuration. References to other configurations to depend on.",
|
||||
"multiple": false,
|
||||
"path": "dependencies",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. References to other configurations to depend on.",
|
||||
"description": "Clear all items provided in 'dependencies' configuration. References to other configurations to depend on.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -383,13 +383,13 @@ Object {
|
|||
"entry-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. All modules are loaded upon startup. The last one is exported.",
|
||||
"description": "Clear all items provided in 'entry' configuration. All modules are loaded upon startup. The last one is exported.",
|
||||
"multiple": false,
|
||||
"path": "entry",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. All modules are loaded upon startup. The last one is exported.",
|
||||
"description": "Clear all items provided in 'entry' configuration. All modules are loaded upon startup. The last one is exported.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -681,13 +681,13 @@ Object {
|
|||
"externals-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Specify dependencies that shouldn't be resolved by webpack, but should become dependencies of the resulting bundle. The kind of the dependency depends on \`output.libraryTarget\`.",
|
||||
"description": "Clear all items provided in 'externals' configuration. Specify dependencies that shouldn't be resolved by webpack, but should become dependencies of the resulting bundle. The kind of the dependency depends on \`output.libraryTarget\`.",
|
||||
"multiple": false,
|
||||
"path": "externals",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Specify dependencies that shouldn't be resolved by webpack, but should become dependencies of the resulting bundle. The kind of the dependency depends on \`output.libraryTarget\`.",
|
||||
"description": "Clear all items provided in 'externals' configuration. Specify dependencies that shouldn't be resolved by webpack, but should become dependencies of the resulting bundle. The kind of the dependency depends on \`output.libraryTarget\`.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -780,13 +780,13 @@ Object {
|
|||
"ignore-warnings-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Ignore specific warnings.",
|
||||
"description": "Clear all items provided in 'ignoreWarnings' configuration. Ignore specific warnings.",
|
||||
"multiple": false,
|
||||
"path": "ignoreWarnings",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Ignore specific warnings.",
|
||||
"description": "Clear all items provided in 'ignoreWarnings' configuration. Ignore specific warnings.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -844,13 +844,13 @@ Object {
|
|||
"infrastructure-logging-debug-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Enable debug logging for specific loggers.",
|
||||
"description": "Clear all items provided in 'infrastructureLogging.debug' configuration. Enable debug logging for specific loggers.",
|
||||
"multiple": false,
|
||||
"path": "infrastructureLogging.debug",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Enable debug logging for specific loggers.",
|
||||
"description": "Clear all items provided in 'infrastructureLogging.debug' configuration. Enable debug logging for specific loggers.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -1111,13 +1111,13 @@ Object {
|
|||
"module-no-parse-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Don't parse files matching. It's matched against the full resolved request.",
|
||||
"description": "Clear all items provided in 'module.noParse' configuration. Don't parse files matching. It's matched against the full resolved request.",
|
||||
"multiple": false,
|
||||
"path": "module.noParse",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Don't parse files matching. It's matched against the full resolved request.",
|
||||
"description": "Clear all items provided in 'module.noParse' configuration. Don't parse files matching. It's matched against the full resolved request.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -1549,13 +1549,13 @@ Object {
|
|||
"module-parser-javascript-auto-worker-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"description": "Clear all items provided in 'module.parser.javascript/auto.worker' configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"multiple": false,
|
||||
"path": "module.parser.javascript/auto.worker",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"description": "Clear all items provided in 'module.parser.javascript/auto.worker' configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -2036,13 +2036,13 @@ Object {
|
|||
"module-parser-javascript-dynamic-worker-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"description": "Clear all items provided in 'module.parser.javascript/dynamic.worker' configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"multiple": false,
|
||||
"path": "module.parser.javascript/dynamic.worker",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"description": "Clear all items provided in 'module.parser.javascript/dynamic.worker' configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -2484,13 +2484,13 @@ Object {
|
|||
"module-parser-javascript-esm-worker-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"description": "Clear all items provided in 'module.parser.javascript/esm.worker' configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"multiple": false,
|
||||
"path": "module.parser.javascript/esm.worker",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"description": "Clear all items provided in 'module.parser.javascript/esm.worker' configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -2877,13 +2877,13 @@ Object {
|
|||
"module-parser-javascript-worker-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"description": "Clear all items provided in 'module.parser.javascript.worker' configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"multiple": false,
|
||||
"path": "module.parser.javascript.worker",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"description": "Clear all items provided in 'module.parser.javascript.worker' configuration. Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -3276,13 +3276,13 @@ Object {
|
|||
"module-rules-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. A list of rules.",
|
||||
"description": "Clear all items provided in 'module.rules' configuration. A list of rules.",
|
||||
"multiple": false,
|
||||
"path": "module.rules",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. A list of rules.",
|
||||
"description": "Clear all items provided in 'module.rules' configuration. A list of rules.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -4147,13 +4147,13 @@ Object {
|
|||
"optimization-split-chunks-default-size-types-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Sets the size types which are used when a number is used for sizes.",
|
||||
"description": "Clear all items provided in 'optimization.splitChunks.defaultSizeTypes' configuration. Sets the size types which are used when a number is used for sizes.",
|
||||
"multiple": false,
|
||||
"path": "optimization.splitChunks.defaultSizeTypes",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Sets the size types which are used when a number is used for sizes.",
|
||||
"description": "Clear all items provided in 'optimization.splitChunks.defaultSizeTypes' configuration. Sets the size types which are used when a number is used for sizes.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -4688,13 +4688,13 @@ Object {
|
|||
"output-enabled-chunk-loading-types-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. List of chunk loading types enabled for use by entry points.",
|
||||
"description": "Clear all items provided in 'output.enabledChunkLoadingTypes' configuration. List of chunk loading types enabled for use by entry points.",
|
||||
"multiple": false,
|
||||
"path": "output.enabledChunkLoadingTypes",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. List of chunk loading types enabled for use by entry points.",
|
||||
"description": "Clear all items provided in 'output.enabledChunkLoadingTypes' configuration. List of chunk loading types enabled for use by entry points.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -4739,13 +4739,13 @@ Object {
|
|||
"output-enabled-library-types-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. List of library types enabled for use by entry points.",
|
||||
"description": "Clear all items provided in 'output.enabledLibraryTypes' configuration. List of library types enabled for use by entry points.",
|
||||
"multiple": false,
|
||||
"path": "output.enabledLibraryTypes",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. List of library types enabled for use by entry points.",
|
||||
"description": "Clear all items provided in 'output.enabledLibraryTypes' configuration. List of library types enabled for use by entry points.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -4776,13 +4776,13 @@ Object {
|
|||
"output-enabled-wasm-loading-types-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. List of wasm loading types enabled for use by entry points.",
|
||||
"description": "Clear all items provided in 'output.enabledWasmLoadingTypes' configuration. List of wasm loading types enabled for use by entry points.",
|
||||
"multiple": false,
|
||||
"path": "output.enabledWasmLoadingTypes",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. List of wasm loading types enabled for use by entry points.",
|
||||
"description": "Clear all items provided in 'output.enabledWasmLoadingTypes' configuration. List of wasm loading types enabled for use by entry points.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -5153,13 +5153,13 @@ Object {
|
|||
"output-library-export-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Specify which export should be exposed as library.",
|
||||
"description": "Clear all items provided in 'output.library.export' configuration. Specify which export should be exposed as library.",
|
||||
"multiple": false,
|
||||
"path": "output.library.export",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Specify which export should be exposed as library.",
|
||||
"description": "Clear all items provided in 'output.library.export' configuration. Specify which export should be exposed as library.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -5205,13 +5205,13 @@ Object {
|
|||
"output-library-name-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. The name of the library (some types allow unnamed libraries too).",
|
||||
"description": "Clear all items provided in 'output.library.name' configuration. The name of the library (some types allow unnamed libraries too).",
|
||||
"multiple": false,
|
||||
"path": "output.library.name",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. The name of the library (some types allow unnamed libraries too).",
|
||||
"description": "Clear all items provided in 'output.library.name' configuration. The name of the library (some types allow unnamed libraries too).",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -5231,26 +5231,26 @@ Object {
|
|||
"output-library-name-root-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Name of the property exposed globally by a UMD library.",
|
||||
"description": "Clear all items provided in 'output.library.name.root' configuration. Name of the property exposed globally by a UMD library.",
|
||||
"multiple": false,
|
||||
"path": "output.library.name.root",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Name of the property exposed globally by a UMD library.",
|
||||
"description": "Clear all items provided in 'output.library.name.root' configuration. Name of the property exposed globally by a UMD library.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
"output-library-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. The name of the library (some types allow unnamed libraries too).",
|
||||
"description": "Clear all items provided in 'output.library' configuration. The name of the library (some types allow unnamed libraries too).",
|
||||
"multiple": false,
|
||||
"path": "output.library",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. The name of the library (some types allow unnamed libraries too).",
|
||||
"description": "Clear all items provided in 'output.library' configuration. The name of the library (some types allow unnamed libraries too).",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -5270,13 +5270,13 @@ Object {
|
|||
"output-library-root-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Name of the property exposed globally by a UMD library.",
|
||||
"description": "Clear all items provided in 'output.library.root' configuration. Name of the property exposed globally by a UMD library.",
|
||||
"multiple": false,
|
||||
"path": "output.library.root",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Name of the property exposed globally by a UMD library.",
|
||||
"description": "Clear all items provided in 'output.library.root' configuration. Name of the property exposed globally by a UMD library.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -5822,13 +5822,13 @@ Object {
|
|||
"resolve-alias-fields-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Fields in the description file (usually package.json) which are used to redirect requests inside the module.",
|
||||
"description": "Clear all items provided in 'resolve.aliasFields' configuration. Fields in the description file (usually package.json) which are used to redirect requests inside the module.",
|
||||
"multiple": false,
|
||||
"path": "resolve.aliasFields",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Fields in the description file (usually package.json) which are used to redirect requests inside the module.",
|
||||
"description": "Clear all items provided in 'resolve.aliasFields' configuration. Fields in the description file (usually package.json) which are used to redirect requests inside the module.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -5861,13 +5861,13 @@ Object {
|
|||
"resolve-alias-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Redirect module requests.",
|
||||
"description": "Clear all items provided in 'resolve.alias' configuration. Redirect module requests.",
|
||||
"multiple": false,
|
||||
"path": "resolve.alias",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Redirect module requests.",
|
||||
"description": "Clear all items provided in 'resolve.alias' configuration. Redirect module requests.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -5913,13 +5913,13 @@ Object {
|
|||
"resolve-condition-names-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Condition names for exports field entry point.",
|
||||
"description": "Clear all items provided in 'resolve.conditionNames' configuration. Condition names for exports field entry point.",
|
||||
"multiple": false,
|
||||
"path": "resolve.conditionNames",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Condition names for exports field entry point.",
|
||||
"description": "Clear all items provided in 'resolve.conditionNames' configuration. Condition names for exports field entry point.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -5939,13 +5939,13 @@ Object {
|
|||
"resolve-description-files-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Filenames used to find a description file (like a package.json).",
|
||||
"description": "Clear all items provided in 'resolve.descriptionFiles' configuration. Filenames used to find a description file (like a package.json).",
|
||||
"multiple": false,
|
||||
"path": "resolve.descriptionFiles",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Filenames used to find a description file (like a package.json).",
|
||||
"description": "Clear all items provided in 'resolve.descriptionFiles' configuration. Filenames used to find a description file (like a package.json).",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -5978,13 +5978,13 @@ Object {
|
|||
"resolve-exports-fields-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (usually package.json) which are used to provide entry points of a package.",
|
||||
"description": "Clear all items provided in 'resolve.exportsFields' configuration. Field names from the description file (usually package.json) which are used to provide entry points of a package.",
|
||||
"multiple": false,
|
||||
"path": "resolve.exportsFields",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (usually package.json) which are used to provide entry points of a package.",
|
||||
"description": "Clear all items provided in 'resolve.exportsFields' configuration. Field names from the description file (usually package.json) which are used to provide entry points of a package.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6004,13 +6004,13 @@ Object {
|
|||
"resolve-extensions-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Extensions added to the request when trying to find the file.",
|
||||
"description": "Clear all items provided in 'resolve.extensions' configuration. Extensions added to the request when trying to find the file.",
|
||||
"multiple": false,
|
||||
"path": "resolve.extensions",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Extensions added to the request when trying to find the file.",
|
||||
"description": "Clear all items provided in 'resolve.extensions' configuration. Extensions added to the request when trying to find the file.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6065,13 +6065,13 @@ Object {
|
|||
"resolve-fallback-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Redirect module requests.",
|
||||
"description": "Clear all items provided in 'resolve.fallback' configuration. Redirect module requests.",
|
||||
"multiple": false,
|
||||
"path": "resolve.fallback",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Redirect module requests.",
|
||||
"description": "Clear all items provided in 'resolve.fallback' configuration. Redirect module requests.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6104,13 +6104,13 @@ Object {
|
|||
"resolve-imports-fields-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (usually package.json) which are used to provide internal request of a package (requests starting with # are considered as internal).",
|
||||
"description": "Clear all items provided in 'resolve.importsFields' configuration. Field names from the description file (usually package.json) which are used to provide internal request of a package (requests starting with # are considered as internal).",
|
||||
"multiple": false,
|
||||
"path": "resolve.importsFields",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (usually package.json) which are used to provide internal request of a package (requests starting with # are considered as internal).",
|
||||
"description": "Clear all items provided in 'resolve.importsFields' configuration. Field names from the description file (usually package.json) which are used to provide internal request of a package (requests starting with # are considered as internal).",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6152,13 +6152,13 @@ Object {
|
|||
"resolve-loader-alias-fields-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Fields in the description file (usually package.json) which are used to redirect requests inside the module.",
|
||||
"description": "Clear all items provided in 'resolveLoader.aliasFields' configuration. Fields in the description file (usually package.json) which are used to redirect requests inside the module.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.aliasFields",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Fields in the description file (usually package.json) which are used to redirect requests inside the module.",
|
||||
"description": "Clear all items provided in 'resolveLoader.aliasFields' configuration. Fields in the description file (usually package.json) which are used to redirect requests inside the module.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6191,13 +6191,13 @@ Object {
|
|||
"resolve-loader-alias-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Redirect module requests.",
|
||||
"description": "Clear all items provided in 'resolveLoader.alias' configuration. Redirect module requests.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.alias",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Redirect module requests.",
|
||||
"description": "Clear all items provided in 'resolveLoader.alias' configuration. Redirect module requests.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6243,13 +6243,13 @@ Object {
|
|||
"resolve-loader-condition-names-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Condition names for exports field entry point.",
|
||||
"description": "Clear all items provided in 'resolveLoader.conditionNames' configuration. Condition names for exports field entry point.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.conditionNames",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Condition names for exports field entry point.",
|
||||
"description": "Clear all items provided in 'resolveLoader.conditionNames' configuration. Condition names for exports field entry point.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6269,13 +6269,13 @@ Object {
|
|||
"resolve-loader-description-files-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Filenames used to find a description file (like a package.json).",
|
||||
"description": "Clear all items provided in 'resolveLoader.descriptionFiles' configuration. Filenames used to find a description file (like a package.json).",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.descriptionFiles",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Filenames used to find a description file (like a package.json).",
|
||||
"description": "Clear all items provided in 'resolveLoader.descriptionFiles' configuration. Filenames used to find a description file (like a package.json).",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6308,13 +6308,13 @@ Object {
|
|||
"resolve-loader-exports-fields-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (usually package.json) which are used to provide entry points of a package.",
|
||||
"description": "Clear all items provided in 'resolveLoader.exportsFields' configuration. Field names from the description file (usually package.json) which are used to provide entry points of a package.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.exportsFields",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (usually package.json) which are used to provide entry points of a package.",
|
||||
"description": "Clear all items provided in 'resolveLoader.exportsFields' configuration. Field names from the description file (usually package.json) which are used to provide entry points of a package.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6334,13 +6334,13 @@ Object {
|
|||
"resolve-loader-extensions-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Extensions added to the request when trying to find the file.",
|
||||
"description": "Clear all items provided in 'resolveLoader.extensions' configuration. Extensions added to the request when trying to find the file.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.extensions",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Extensions added to the request when trying to find the file.",
|
||||
"description": "Clear all items provided in 'resolveLoader.extensions' configuration. Extensions added to the request when trying to find the file.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6395,13 +6395,13 @@ Object {
|
|||
"resolve-loader-fallback-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Redirect module requests.",
|
||||
"description": "Clear all items provided in 'resolveLoader.fallback' configuration. Redirect module requests.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.fallback",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Redirect module requests.",
|
||||
"description": "Clear all items provided in 'resolveLoader.fallback' configuration. Redirect module requests.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6434,13 +6434,13 @@ Object {
|
|||
"resolve-loader-imports-fields-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (usually package.json) which are used to provide internal request of a package (requests starting with # are considered as internal).",
|
||||
"description": "Clear all items provided in 'resolveLoader.importsFields' configuration. Field names from the description file (usually package.json) which are used to provide internal request of a package (requests starting with # are considered as internal).",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.importsFields",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (usually package.json) which are used to provide internal request of a package (requests starting with # are considered as internal).",
|
||||
"description": "Clear all items provided in 'resolveLoader.importsFields' configuration. Field names from the description file (usually package.json) which are used to provide internal request of a package (requests starting with # are considered as internal).",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6460,13 +6460,13 @@ Object {
|
|||
"resolve-loader-main-fields-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (package.json) which are used to find the default entry point.",
|
||||
"description": "Clear all items provided in 'resolveLoader.mainFields' configuration. Field names from the description file (package.json) which are used to find the default entry point.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.mainFields",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (package.json) which are used to find the default entry point.",
|
||||
"description": "Clear all items provided in 'resolveLoader.mainFields' configuration. Field names from the description file (package.json) which are used to find the default entry point.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6486,13 +6486,13 @@ Object {
|
|||
"resolve-loader-main-files-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Filenames used to find the default entry point if there is no description file or main field.",
|
||||
"description": "Clear all items provided in 'resolveLoader.mainFiles' configuration. Filenames used to find the default entry point if there is no description file or main field.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.mainFiles",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Filenames used to find the default entry point if there is no description file or main field.",
|
||||
"description": "Clear all items provided in 'resolveLoader.mainFiles' configuration. Filenames used to find the default entry point if there is no description file or main field.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6512,13 +6512,13 @@ Object {
|
|||
"resolve-loader-modules-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Folder names or directory paths where to find modules.",
|
||||
"description": "Clear all items provided in 'resolveLoader.modules' configuration. Folder names or directory paths where to find modules.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.modules",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Folder names or directory paths where to find modules.",
|
||||
"description": "Clear all items provided in 'resolveLoader.modules' configuration. Folder names or directory paths where to find modules.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6570,13 +6570,13 @@ Object {
|
|||
"resolve-loader-restrictions-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. A list of resolve restrictions. Resolve results must fulfill all of these restrictions to resolve successfully. Other resolve paths are taken when restrictions are not met.",
|
||||
"description": "Clear all items provided in 'resolveLoader.restrictions' configuration. A list of resolve restrictions. Resolve results must fulfill all of these restrictions to resolve successfully. Other resolve paths are taken when restrictions are not met.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.restrictions",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. A list of resolve restrictions. Resolve results must fulfill all of these restrictions to resolve successfully. Other resolve paths are taken when restrictions are not met.",
|
||||
"description": "Clear all items provided in 'resolveLoader.restrictions' configuration. A list of resolve restrictions. Resolve results must fulfill all of these restrictions to resolve successfully. Other resolve paths are taken when restrictions are not met.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6596,13 +6596,13 @@ Object {
|
|||
"resolve-loader-roots-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. A list of directories in which requests that are server-relative URLs (starting with '/') are resolved.",
|
||||
"description": "Clear all items provided in 'resolveLoader.roots' configuration. A list of directories in which requests that are server-relative URLs (starting with '/') are resolved.",
|
||||
"multiple": false,
|
||||
"path": "resolveLoader.roots",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. A list of directories in which requests that are server-relative URLs (starting with '/') are resolved.",
|
||||
"description": "Clear all items provided in 'resolveLoader.roots' configuration. A list of directories in which requests that are server-relative URLs (starting with '/') are resolved.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6661,13 +6661,13 @@ Object {
|
|||
"resolve-main-fields-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (package.json) which are used to find the default entry point.",
|
||||
"description": "Clear all items provided in 'resolve.mainFields' configuration. Field names from the description file (package.json) which are used to find the default entry point.",
|
||||
"multiple": false,
|
||||
"path": "resolve.mainFields",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Field names from the description file (package.json) which are used to find the default entry point.",
|
||||
"description": "Clear all items provided in 'resolve.mainFields' configuration. Field names from the description file (package.json) which are used to find the default entry point.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6687,13 +6687,13 @@ Object {
|
|||
"resolve-main-files-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Filenames used to find the default entry point if there is no description file or main field.",
|
||||
"description": "Clear all items provided in 'resolve.mainFiles' configuration. Filenames used to find the default entry point if there is no description file or main field.",
|
||||
"multiple": false,
|
||||
"path": "resolve.mainFiles",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Filenames used to find the default entry point if there is no description file or main field.",
|
||||
"description": "Clear all items provided in 'resolve.mainFiles' configuration. Filenames used to find the default entry point if there is no description file or main field.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6713,13 +6713,13 @@ Object {
|
|||
"resolve-modules-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Folder names or directory paths where to find modules.",
|
||||
"description": "Clear all items provided in 'resolve.modules' configuration. Folder names or directory paths where to find modules.",
|
||||
"multiple": false,
|
||||
"path": "resolve.modules",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Folder names or directory paths where to find modules.",
|
||||
"description": "Clear all items provided in 'resolve.modules' configuration. Folder names or directory paths where to find modules.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6771,13 +6771,13 @@ Object {
|
|||
"resolve-restrictions-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. A list of resolve restrictions. Resolve results must fulfill all of these restrictions to resolve successfully. Other resolve paths are taken when restrictions are not met.",
|
||||
"description": "Clear all items provided in 'resolve.restrictions' configuration. A list of resolve restrictions. Resolve results must fulfill all of these restrictions to resolve successfully. Other resolve paths are taken when restrictions are not met.",
|
||||
"multiple": false,
|
||||
"path": "resolve.restrictions",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. A list of resolve restrictions. Resolve results must fulfill all of these restrictions to resolve successfully. Other resolve paths are taken when restrictions are not met.",
|
||||
"description": "Clear all items provided in 'resolve.restrictions' configuration. A list of resolve restrictions. Resolve results must fulfill all of these restrictions to resolve successfully. Other resolve paths are taken when restrictions are not met.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6797,13 +6797,13 @@ Object {
|
|||
"resolve-roots-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. A list of directories in which requests that are server-relative URLs (starting with '/') are resolved.",
|
||||
"description": "Clear all items provided in 'resolve.roots' configuration. A list of directories in which requests that are server-relative URLs (starting with '/') are resolved.",
|
||||
"multiple": false,
|
||||
"path": "resolve.roots",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. A list of directories in which requests that are server-relative URLs (starting with '/') are resolved.",
|
||||
"description": "Clear all items provided in 'resolve.roots' configuration. A list of directories in which requests that are server-relative URLs (starting with '/') are resolved.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6888,13 +6888,13 @@ Object {
|
|||
"snapshot-immutable-paths-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
|
||||
"description": "Clear all items provided in 'snapshot.immutablePaths' configuration. List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
|
||||
"multiple": false,
|
||||
"path": "snapshot.immutablePaths",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
|
||||
"description": "Clear all items provided in 'snapshot.immutablePaths' configuration. List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -6914,13 +6914,13 @@ Object {
|
|||
"snapshot-managed-paths-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. List of paths that are managed by a package manager and can be trusted to not be modified otherwise.",
|
||||
"description": "Clear all items provided in 'snapshot.managedPaths' configuration. List of paths that are managed by a package manager and can be trusted to not be modified otherwise.",
|
||||
"multiple": false,
|
||||
"path": "snapshot.managedPaths",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. List of paths that are managed by a package manager and can be trusted to not be modified otherwise.",
|
||||
"description": "Clear all items provided in 'snapshot.managedPaths' configuration. List of paths that are managed by a package manager and can be trusted to not be modified otherwise.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -7526,13 +7526,13 @@ Object {
|
|||
"stats-exclude-assets-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Suppress assets that match the specified filters. Filters can be Strings, RegExps or Functions.",
|
||||
"description": "Clear all items provided in 'stats.excludeAssets' configuration. Suppress assets that match the specified filters. Filters can be Strings, RegExps or Functions.",
|
||||
"multiple": false,
|
||||
"path": "stats.excludeAssets",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Suppress assets that match the specified filters. Filters can be Strings, RegExps or Functions.",
|
||||
"description": "Clear all items provided in 'stats.excludeAssets' configuration. Suppress assets that match the specified filters. Filters can be Strings, RegExps or Functions.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -7564,13 +7564,13 @@ Object {
|
|||
"stats-exclude-modules-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Suppress modules that match the specified filters. Filters can be Strings, RegExps, Booleans or Functions.",
|
||||
"description": "Clear all items provided in 'stats.excludeModules' configuration. Suppress modules that match the specified filters. Filters can be Strings, RegExps, Booleans or Functions.",
|
||||
"multiple": false,
|
||||
"path": "stats.excludeModules",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Suppress modules that match the specified filters. Filters can be Strings, RegExps, Booleans or Functions.",
|
||||
"description": "Clear all items provided in 'stats.excludeModules' configuration. Suppress modules that match the specified filters. Filters can be Strings, RegExps, Booleans or Functions.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -7798,13 +7798,13 @@ Object {
|
|||
"stats-logging-debug-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Include debug logging of specified loggers (i. e. for plugins or loaders). Filters can be Strings, RegExps or Functions.",
|
||||
"description": "Clear all items provided in 'stats.loggingDebug' configuration. Include debug logging of specified loggers (i. e. for plugins or loaders). Filters can be Strings, RegExps or Functions.",
|
||||
"multiple": false,
|
||||
"path": "stats.loggingDebug",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Include debug logging of specified loggers (i. e. for plugins or loaders). Filters can be Strings, RegExps or Functions.",
|
||||
"description": "Clear all items provided in 'stats.loggingDebug' configuration. Include debug logging of specified loggers (i. e. for plugins or loaders). Filters can be Strings, RegExps or Functions.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -8161,13 +8161,13 @@ Object {
|
|||
"stats-warnings-filter-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Suppress listing warnings that match the specified filters (they will still be counted). Filters can be Strings, RegExps or Functions.",
|
||||
"description": "Clear all items provided in 'stats.warningsFilter' configuration. Suppress listing warnings that match the specified filters (they will still be counted). Filters can be Strings, RegExps or Functions.",
|
||||
"multiple": false,
|
||||
"path": "stats.warningsFilter",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Suppress listing warnings that match the specified filters (they will still be counted). Filters can be Strings, RegExps or Functions.",
|
||||
"description": "Clear all items provided in 'stats.warningsFilter' configuration. Suppress listing warnings that match the specified filters (they will still be counted). Filters can be Strings, RegExps or Functions.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -8196,13 +8196,13 @@ Object {
|
|||
"target-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Environment to build for. An array of environments to build for all of them when possible.",
|
||||
"description": "Clear all items provided in 'target' configuration. Environment to build for. An array of environments to build for all of them when possible.",
|
||||
"multiple": false,
|
||||
"path": "target",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Environment to build for. An array of environments to build for all of them when possible.",
|
||||
"description": "Clear all items provided in 'target' configuration. Environment to build for. An array of environments to build for all of them when possible.",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
@ -8267,13 +8267,13 @@ Object {
|
|||
"watch-options-ignored-reset": Object {
|
||||
"configs": Array [
|
||||
Object {
|
||||
"description": "Clear all items provided in configuration. Ignore some files from watching (glob pattern or regexp).",
|
||||
"description": "Clear all items provided in 'watchOptions.ignored' configuration. Ignore some files from watching (glob pattern or regexp).",
|
||||
"multiple": false,
|
||||
"path": "watchOptions.ignored",
|
||||
"type": "reset",
|
||||
},
|
||||
],
|
||||
"description": "Clear all items provided in configuration. Ignore some files from watching (glob pattern or regexp).",
|
||||
"description": "Clear all items provided in 'watchOptions.ignored' configuration. Ignore some files from watching (glob pattern or regexp).",
|
||||
"multiple": false,
|
||||
"simpleType": "boolean",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue