Max Stepantsevich

Results 3 comments of Max Stepantsevich

faced the same issue with unapplied mixins on storefront. the issue is reproducible when `requirejs-config.js` executing after `mage/requirejs/mixins.js`. As mentioned previously, https://github.com/magento/magento2/blob/4c36116dcf878e127059d9be9566a119783583f2/lib/web/mage/requirejs/mixins.js#L139 can't find mixins due to empty requirejs config....

The issue is reproducible only for target packages with changed path (using require `map` config or `path` for example). As workaround, can be added two declaration of mixin for short...