Searched refs:outSourceMap (Results 1 – 2 of 2) sorted by relevance
57 outSourceMap : null, property141 if (options.outSourceMap || options.sourceMapInline) {144 …file: options.outFileName || (typeof options.outSourceMap === 'string' ? options.outSourceMap.repl…172 …} else if (options.outSourceMap && typeof options.outSourceMap === "string" && options.sourceMapUr…173 …lPrefix + (typeof options.sourceMapUrl === "string" ? options.sourceMapUrl : options.outSourceMap);
693 outSourceMap: "out.js.map"702 outSourceMap: "out.js.map",709 `result.map`. The value passed for `outSourceMap` is only used to set715 `outSourceMap` (by removing `'.map'`).723 outSourceMap: "out.js.map",733 outSourceMap: "minified.js.map"744 outSourceMap: "minified.js.map"748 The `inSourceMap` is only used if you also request `outSourceMap` (it makes753 Defaults to outSourceMap:757 outSourceMap: "out.js.map",