( hash: string, code: string, )
| 152 | } |
| 153 | |
| 154 | export function addToHTMLProxyTransformResult( |
| 155 | hash: string, |
| 156 | code: string, |
| 157 | ): void { |
| 158 | htmlProxyResult.set(hash, code) |
| 159 | } |
| 160 | |
| 161 | // Some `<link rel>` elements should not be inlined in build. Excluding: |
| 162 | // - `shortcut` : only valid for IE <9, use `icon` |