Skip to content

Commit cc6d016

Browse files
committed
Update sortOrder load for async css plugin
1 parent 4c6636d commit cc6d016

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)