Does breeze compatibility create merged JS files? #410
-
Beta Was this translation helpful? Give feedback.
Answered by
itsrcrowell
Mar 4, 2026
Replies: 2 comments 4 replies
-
|
Do you mean requirejs-config-breeze.js? Yes, better compatibility includes requirejs-configs to get all information about js setup of the modules. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@vovayatsyuk Magento creates a merged js file like this: merged/da026eb2e7c30c176f74405b18baa143.min.js. Is that the expected behavior for the breeze compatibility? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



I figured it out, I was enabling the compatibility where it wasn't needed that's why breeze was generating the merged file ;
(function(require){})(require);