Searched refs:sourceMapUrl (Results 1 – 2 of 2) sorted by relevance
60 sourceMapUrl : null, property172 …tions.outSourceMap && typeof options.outSourceMap === "string" && options.sourceMapUrl !== false) {173 …stream += mappingUrlPrefix + (typeof options.sourceMapUrl === "string" ? options.sourceMapUrl : op…
751 To set the source map url, use the `sourceMapUrl` option.752 If you're using the X-SourceMap header instead, you can just set the `sourceMapUrl` option to false.758 sourceMapUrl: "localhost/out.js.map"