12345678910111213141516171819 |
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- var config = {
- map: {
- '*': {
- checkoutBalance: 'Magento_Customer/js/checkout-balance',
- address: 'Magento_Customer/js/address',
- changeEmailPassword: 'Magento_Customer/js/change-email-password',
- passwordStrengthIndicator: 'Magento_Customer/js/password-strength-indicator',
- zxcvbn: 'Magento_Customer/js/zxcvbn',
- addressValidation: 'Magento_Customer/js/addressValidation',
- 'Magento_Customer/address': 'Magento_Customer/js/address',
- 'Magento_Customer/change-email-password': 'Magento_Customer/js/change-email-password'
- }
- }
- };
|