Suppose that there is a js file with source-map in subdirectory of a html file.
- index.html (uses js/myjs.js)
- js/myjs.js
- js/myjs.js.map
then which is the sourceMappingURL comment of myjs.js ?
//# sourceMappingURL=myjs.js.map
or
//# sourceMappingURL=js/myjs.js.map