-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
An admin must run tests on this PR before it can be merged. |
"bundles/default": ["mage/template", "mage/apply/scripts", "mage/apply/main", "mage/mage", "mage/translate", "mage/loader"], | ||
"bundles/cart": ["Magento_Ui/js/lib/validation/utils", "Magento_Ui/js/lib/validation/rules", "Magento_Ui/js/lib/validation/validation"] | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bundles are now written in a single require.config instruction. This output might contain more spacing (one module per line) depending on whether you're using node.js, rhino or something else.
Hi @k4emic, thank you for your contribution! |
Signed CLA |
running tests |
Hi @k4emic, thank you for your contribution! |
Purpose of this pull request
Fixes #6025
Affected DevDocs pages