Skip to content

Commit

Permalink
Update sortOrder load for async css plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuvn committed Nov 27, 2020
1 parent 8c95f07 commit 015c0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Theme/etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<plugin name="result-messages" type="Magento\Theme\Controller\Result\MessagePlugin"/>
</type>
<type name="Magento\Framework\View\Result\Layout">
<plugin name="asyncCssLoad" type="Magento\Theme\Controller\Result\AsyncCssPlugin" />
<plugin name="asyncCssLoad" type="Magento\Theme\Controller\Result\AsyncCssPlugin" sortOrder="-20" />
<plugin name="deferJsToFooter" type="Magento\Theme\Controller\Result\JsFooterPlugin" sortOrder="-10" />
</type>
<type name="Magento\Theme\Block\Html\Header\CriticalCss">
Expand Down

0 comments on commit 015c0ca

Please sign in to comment.