We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46ecf0 commit a3a99fdCopy full SHA for a3a99fd
1 file changed
src/Optimizer/Transformer/ReorderHead.php
@@ -248,6 +248,7 @@ private function registerLink(Element $node)
248
|| $this->containsWord($rel, Attribute::REL_PREFETCH)
249
|| $this->containsWord($rel, Attribute::REL_DNS_PREFETCH)
250
|| $this->containsWord($rel, Attribute::REL_PRECONNECT)
251
+ || $this->containsWord($rel, Attribute::REL_MODULEPRELOAD)
252
) {
253
if ($this->isHintForAmp($node)) {
254
$this->ampResourceHints[] = $node;
0 commit comments