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 cd857f9 + cc6d016 commit d9a7dabCopy full SHA for d9a7dab
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