/var/www/flurhymez/node_modules/webpack/schemas/plugins
NameSizeModeActions
asset/-0755rm
container/-0755rm
debug/-0755rm
ids/-0755rm
optimize/-0755rm
schemes/-0755rm
sharing/-0755rm
BannerPlugin.check.d.ts2470644editdlrm
BannerPlugin.check.js44420644editdlrm
BannerPlugin.json25300644editdlrm
DllPlugin.check.d.ts2400644editdlrm
DllPlugin.check.js16810644editdlrm
DllPlugin.json10410644editdlrm
DllReferencePlugin.check.d.ts2580644editdlrm
DllReferencePlugin.check.js109490644editdlrm
DllReferencePlugin.json60890644editdlrm
HashedModuleIdsPlugin.check.d.ts2640644editdlrm
HashedModuleIdsPlugin.check.js18890644editdlrm
HashedModuleIdsPlugin.json12520644editdlrm
IgnorePlugin.check.d.ts2460644editdlrm
IgnorePlugin.check.js17030644editdlrm
IgnorePlugin.json8990644editdlrm
JsonModulesPluginParser.check.d.ts2680644editdlrm
JsonModulesPluginParser.check.js5570644editdlrm
JsonModulesPluginParser.json3340644editdlrm
LoaderOptionsPlugin.check.d.ts2600644editdlrm
LoaderOptionsPlugin.check.js10080644editdlrm
LoaderOptionsPlugin.json7770644editdlrm
ProgressPlugin.check.d.ts2510644editdlrm
ProgressPlugin.check.js29110644editdlrm
ProgressPlugin.json21490644editdlrm
SourceMapDevToolPlugin.check.d.ts2660644editdlrm
SourceMapDevToolPlugin.check.js67520644editdlrm
SourceMapDevToolPlugin.json41460644editdlrm
WatchIgnorePlugin.check.d.ts2560644editdlrm
WatchIgnorePlugin.check.js11800644editdlrm
WatchIgnorePlugin.json6130644editdlrm
Edit: /var/www/flurhymez/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json (4146B)
{ "definitions": { "rule": { "description": "Include source maps for modules based on their extension (defaults to .js and .css).", "anyOf": [ { "instanceof": "RegExp", "tsType": "RegExp" }, { "type": "string", "minLength": 1 } ] }, "rules": { "description": "Include source maps for modules based on their extension (defaults to .js and .css).", "anyOf": [ { "type": "array", "items": { "description": "A rule condition.", "oneOf": [ { "$ref": "#/definitions/rule" } ] } }, { "$ref": "#/definitions/rule" } ] } }, "title": "SourceMapDevToolPluginOptions", "type": "object", "additionalProperties": false, "properties": { "append": { "description": "Appends the given value to the original asset. Usually the #sourceMappingURL comment. [url] is replaced with a URL to the source map file. false disables the appending.", "anyOf": [ { "description": "Append no SourceMap comment to the bundle, but still generate SourceMaps.", "enum": [false, null] }, { "type": "string", "minLength": 1 } ] }, "columns": { "description": "Indicates whether column mappings should be used (defaults to true).", "type": "boolean" }, "exclude": { "description": "Exclude modules that match the given value from source map generation.", "oneOf": [ { "$ref": "#/definitions/rules" } ] }, "fallbackModuleFilenameTemplate": { "description": "Generator string or function to create identifiers of modules for the 'sources' array in the SourceMap used only if 'moduleFilenameTemplate' would result in a conflict.", "anyOf": [ { "type": "string", "minLength": 1 }, { "description": "Custom function generating the identifier.", "instanceof": "Function", "tsType": "Function" } ] }, "fileContext": { "description": "Path prefix to which the [file] placeholder is relative to.", "type": "string" }, "filename": { "description": "Defines the output filename of the SourceMap (will be inlined if no value is provided).", "anyOf": [ { "description": "Disable separate SourceMap file and inline SourceMap as DataUrl.", "enum": [false, null] }, { "type": "string", "absolutePath": false, "minLength": 1 } ] }, "include": { "description": "Include source maps for module paths that match the given value.", "oneOf": [ { "$ref": "#/definitions/rules" } ] }, "module": { "description": "Indicates whether SourceMaps from loaders should be used (defaults to true).", "type": "boolean" }, "moduleFilenameTemplate": { "description": "Generator string or function to create identifiers of modules for the 'sources' array in the SourceMap.", "anyOf": [ { "type": "string", "minLength": 1 }, { "description": "Custom function generating the identifier.", "instanceof": "Function", "tsType": "Function" } ] }, "namespace": { "description": "Namespace prefix to allow multiple webpack roots in the devtools.", "type": "string" }, "noSources": { "description": "Omit the 'sourceContents' array from the SourceMap.", "type": "boolean" }, "publicPath": { "description": "Provide a custom public path for the SourceMapping comment.", "type": "string" }, "sourceRoot": { "description": "Provide a custom value for the 'sourceRoot' property in the SourceMap.", "type": "string" }, "test": { "$ref": "#/definitions/rules" } } }