We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a2d72d + d9a7dab commit d725ea3Copy full SHA for d725ea3
app/code/Magento/Theme/etc/frontend/di.xml
@@ -27,7 +27,7 @@
27
<plugin name="result-messages" type="Magento\Theme\Controller\Result\MessagePlugin"/>
28
</type>
29
<type name="Magento\Framework\View\Result\Layout">
30
- <plugin name="asyncCssLoad" type="Magento\Theme\Controller\Result\AsyncCssPlugin" />
+ <plugin name="asyncCssLoad" type="Magento\Theme\Controller\Result\AsyncCssPlugin" sortOrder="-20" />
31
<plugin name="deferJsToFooter" type="Magento\Theme\Controller\Result\JsFooterPlugin" sortOrder="-10" />
32
33
<type name="Magento\Theme\Block\Html\Header\CriticalCss">
0 commit comments