requirejs-config.js 314 B

12345678910111213
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. var config = {
  6. map: {
  7. '*': {
  8. downloadable: 'Magento_Downloadable/js/downloadable',
  9. 'Magento_Downloadable/downloadable': 'Magento_Downloadable/js/downloadable'
  10. }
  11. }
  12. };