Optional appendOptional columnsIndicates whether column mappings should be used (defaults to true).
Optional excludeExclude modules that match the given value from source map generation.
Optional fallbackGenerator string or function to create identifiers of modules for the 'sources' array in the SourceMap used only if 'moduleFilenameTemplate' would result in a conflict.
Optional filePath prefix to which the [file] placeholder is relative to.
Optional filenameDefines the output filename of the SourceMap (will be inlined if no value is provided).
Optional includeInclude source maps for module paths that match the given value.
Optional moduleIndicates whether SourceMaps from loaders should be used (defaults to true).
Optional moduleGenerator string or function to create identifiers of modules for the 'sources' array in the SourceMap.
Optional namespaceNamespace prefix to allow multiple webpack roots in the devtools.
Optional noOmit the 'sourceContents' array from the SourceMap.
Optional publicProvide a custom public path for the SourceMapping comment.
Optional sourceProvide a custom value for the 'sourceRoot' property in the SourceMap.
Optional testInclude source maps for modules based on their extension (defaults to .js and .css).
Generated using TypeDoc
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.