/
var
/
www
/
flurhymez
/
node_modules
/
webpack
/
schemas
/
plugins
/
/var/www/flurhymez/node_modules/webpack/schemas/plugins
mkdir
upload
Name
Size
Mode
Actions
asset/
-
0755
rm
container/
-
0755
rm
debug/
-
0755
rm
ids/
-
0755
rm
optimize/
-
0755
rm
schemes/
-
0755
rm
sharing/
-
0755
rm
BannerPlugin.check.d.ts
247
0644
edit
dl
rm
BannerPlugin.check.js
4442
0644
edit
dl
rm
BannerPlugin.json
2530
0644
edit
dl
rm
DllPlugin.check.d.ts
240
0644
edit
dl
rm
DllPlugin.check.js
1681
0644
edit
dl
rm
DllPlugin.json
1041
0644
edit
dl
rm
DllReferencePlugin.check.d.ts
258
0644
edit
dl
rm
DllReferencePlugin.check.js
10949
0644
edit
dl
rm
DllReferencePlugin.json
6089
0644
edit
dl
rm
HashedModuleIdsPlugin.check.d.ts
264
0644
edit
dl
rm
HashedModuleIdsPlugin.check.js
1889
0644
edit
dl
rm
HashedModuleIdsPlugin.json
1252
0644
edit
dl
rm
IgnorePlugin.check.d.ts
246
0644
edit
dl
rm
IgnorePlugin.check.js
1703
0644
edit
dl
rm
IgnorePlugin.json
899
0644
edit
dl
rm
JsonModulesPluginParser.check.d.ts
268
0644
edit
dl
rm
JsonModulesPluginParser.check.js
557
0644
edit
dl
rm
JsonModulesPluginParser.json
334
0644
edit
dl
rm
LoaderOptionsPlugin.check.d.ts
260
0644
edit
dl
rm
LoaderOptionsPlugin.check.js
1008
0644
edit
dl
rm
LoaderOptionsPlugin.json
777
0644
edit
dl
rm
ProgressPlugin.check.d.ts
251
0644
edit
dl
rm
ProgressPlugin.check.js
2911
0644
edit
dl
rm
ProgressPlugin.json
2149
0644
edit
dl
rm
SourceMapDevToolPlugin.check.d.ts
266
0644
edit
dl
rm
SourceMapDevToolPlugin.check.js
6752
0644
edit
dl
rm
SourceMapDevToolPlugin.json
4146
0644
edit
dl
rm
WatchIgnorePlugin.check.d.ts
256
0644
edit
dl
rm
WatchIgnorePlugin.check.js
1180
0644
edit
dl
rm
WatchIgnorePlugin.json
613
0644
edit
dl
rm
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" } } }
Save
cmd:
run