Breeze 2.27.0 - New version is ignoring the rjsResolver lib #403
-
|
Hey guys, There's a single module that uses |
Beta Was this translation helpful? Give feedback.
Answered by
vovayatsyuk
Dec 11, 2025
Replies: 1 comment 3 replies
-
|
Hi, Ignores has lower priority than the declarations. So if you declare Example: <?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="breeze.js">
<arguments>
<argument name="bundles" xsi:type="array">
<item name="dynamic" xsi:type="array">
<item name="items" xsi:type="array">
<item name="rjsResolver" xsi:type="array">
<item name="path" xsi:type="string">mage/requirejs/resolver</item>
</item>
</item>
</item>
</argument>
</arguments>
</referenceBlock>
</body>
</page>
p.s. I'm curious how it was working in older Breeze if you didn't declare it in the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Thanks! That's a bug.
Can you please test if this fixes the issue for you? I will tag the hotfix then.
breezefront/module-breeze@826057e