You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
511 B

  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. var config = {
  6. map: {
  7. '*': {
  8. priceBox: 'Magento_Catalog/js/price-box',
  9. priceOptionDate: 'Magento_Catalog/js/price-option-date',
  10. priceOptionFile: 'Magento_Catalog/js/price-option-file',
  11. priceOptions: 'Magento_Catalog/js/price-options',
  12. priceUtils: 'Magento_Catalog/js/price-utils'
  13. }
  14. }
  15. };