Skip to content

Commit d9a7dab

Browse files
ENGCOM-8451: Update sortOrder load for async css plugin #30871
- Merge Pull Request #30871 from mrtuvn/magento2:update-order-load-async-css-plugin - Merged commits: 1. cc6d016
2 parents cd857f9 + cc6d016 commit d9a7dab

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)