requirejs-config.js 394 B

123456789101112131415
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. var config = {
  6. map: {
  7. '*': {
  8. bundleOption: 'Magento_Bundle/bundle',
  9. priceBundle: 'Magento_Bundle/js/price-bundle',
  10. slide: 'Magento_Bundle/js/slide',
  11. productSummary: 'Magento_Bundle/js/product-summary'
  12. }
  13. }
  14. };