Indicates whether column mappings should be used (defaults to true).
Exclude modules that match the given value from source map generation.
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.
Path prefix to which the [file] placeholder is relative to.
Defines the output filename of the SourceMap (will be inlined if no value is provided).
Include source maps for module paths that match the given value.
Indicates whether SourceMaps from loaders should be used (defaults to true).
Generator string or function to create identifiers of modules for the 'sources' array in the SourceMap.
Namespace prefix to allow multiple webpack roots in the devtools.
Omit the 'sourceContents' array from the SourceMap.
Provide a custom public path for the SourceMapping comment.
Provide a custom value for the 'sourceRoot' property in the SourceMap.
Include source maps for modules based on their extension (defaults to .js and .css).
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.