(filename: string, _hostId: string)
| 107 | ): string { |
| 108 | const relativeUrlPath = normalizePath(path.relative(config.root, htmlPath)) |
| 109 | const toRelative = (filename: string, _hostId: string) => |
| 110 | getBaseInHTML(relativeUrlPath, config) + filename |
| 111 | return toOutputFilePathInHtml( |
| 112 | filename, |
| 113 | 'asset', |
no test coverage detected