|
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
-
- var config = {
- map: {
- '*': {
- configurable: 'Magento_ConfigurableProduct/js/configurable'
- }
- },
- config: {
- mixins: {
- 'Magento_Catalog/js/catalog-add-to-cart': {
- 'Magento_ConfigurableProduct/js/catalog-add-to-cart-mixin': true
- }
- }
- }
- };
|