Skip to content

Commit d725ea3

Browse files
ENGCOM-8451: Update sortOrder load for async css plugin #30871
2 parents 3a2d72d + d9a7dab commit d725ea3

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Theme/etc/frontend

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/etc/frontend/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<plugin name="result-messages" type="Magento\Theme\Controller\Result\MessagePlugin"/>
2828
</type>
2929
<type name="Magento\Framework\View\Result\Layout">
30-
<plugin name="asyncCssLoad" type="Magento\Theme\Controller\Result\AsyncCssPlugin" />
30+
<plugin name="asyncCssLoad" type="Magento\Theme\Controller\Result\AsyncCssPlugin" sortOrder="-20" />
3131
<plugin name="deferJsToFooter" type="Magento\Theme\Controller\Result\JsFooterPlugin" sortOrder="-10" />
3232
</type>
3333
<type name="Magento\Theme\Block\Html\Header\CriticalCss">

0 commit comments

Comments
 (0)