We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adef27a commit 7ff0eddCopy full SHA for 7ff0edd
lib/resource-mapper.js
@@ -62,10 +62,6 @@ class ResourceMapper {
62
: `${this._rootPath}/${hostname}${filePath}`
63
}
64
65
- resolveRelativeFilePath (hostname, filePath = '') {
66
- return !this._includeHost ? filePath : `/${hostname}${filePath}`
67
- }
68
-
69
// Maps a given server file to a URL
70
async mapFileToUrl ({ path, hostname }) {
71
// Remove the root path if specified
0 commit comments