Home
last modified time | relevance | path

Searched refs:sourceMapUrl (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dnode.js60 sourceMapUrl : null, property
172 …tions.outSourceMap && typeof options.outSourceMap === "string" && options.sourceMapUrl !== false) {
173 …stream += mappingUrlPrefix + (typeof options.sourceMapUrl === "string" ? options.sourceMapUrl : op…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md751 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"