Options for sourcemaps

interface SourceMapOptions {
    content?: boolean;
    transform?: (map: RawSourceMap, name?: string) => void;
}

Properties

Properties

content?: boolean

Include sources content

true
transform?: (map: RawSourceMap, name?: string) => void

Function for transforming resulting sourcemap